summaryrefslogtreecommitdiff
path: root/korean/helvis
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-05-23 17:10:02 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-05-23 17:10:02 +0000
commitc14024674c8de8968f3f3f295d774336480725bb (patch)
tree80d241c4fd4147d45924d3629a2cd5c3439431c9 /korean/helvis
parent-current build fix. (diff)
-current build fix.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=59814
Diffstat (limited to 'korean/helvis')
-rw-r--r--korean/helvis/files/patch-aa21
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 **********************/