diff options
Diffstat (limited to 'korean/helvis')
-rw-r--r-- | korean/helvis/files/patch-aa | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/korean/helvis/files/patch-aa b/korean/helvis/files/patch-aa index 564f8f7..45c81b6 100644 --- a/korean/helvis/files/patch-aa +++ b/korean/helvis/files/patch-aa @@ -1,6 +1,19 @@ -diff -c -r ../helvis-1.8h2-ori/config.h ./config.h -*** ../helvis-1.8h2-ori/config.h Wed Apr 5 18:21:19 1995 ---- ./config.h Wed Apr 2 21:54:21 1997 +*** config.h.orig Wed Apr 5 18:21:19 1995 +--- config.h Fri May 24 02:06:52 2002 +*************** +*** 387,395 **** +--- 387,397 ---- + #endif + + /* BSD uses bcopy() instead of memcpy() */ ++ /* + #if BSD && !hpux + # define memcpy(dest, src, siz) bcopy(src, dest, siz) + #endif ++ */ + + /* BSD uses getwd() instead of getcwd(). The arguments are a little different, + * but we'll ignore that and hope for the best; adding arguments to the macro *************** *** 417,423 **** @@ -10,7 +23,7 @@ diff -c -r ../helvis-1.8h2-ori/config.h ./config.h # define PRSVDIR "/var/preserve" # define PRSVINDEX "/var/preserve/Index" # define TMPDIR "/var/tmp" ---- 417,423 ---- +--- 419,425 ---- /******************* Names of files and environment vars **********************/ |