diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-05-23 17:10:02 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-05-23 17:10:02 +0000 |
commit | c14024674c8de8968f3f3f295d774336480725bb (patch) | |
tree | 80d241c4fd4147d45924d3629a2cd5c3439431c9 /korean | |
parent | 62d188866d18ba2d2d3c740d9e0fc4e4e33edae2 (diff) | |
download | ports-c14024674c8de8968f3f3f295d774336480725bb.tar.gz ports-c14024674c8de8968f3f3f295d774336480725bb.zip |
Notes
Diffstat (limited to 'korean')
-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 564f8f7a7859..45c81b6a9b38 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 **********************/ |