aboutsummaryrefslogtreecommitdiff
path: root/converters/recode
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-16 22:32:47 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-16 22:32:47 +0000
commit1d9f8ad40b0281e441c152c12dde9f80c91bc66d (patch)
tree610134ca2464d7297bc3554804164941eae2085c /converters/recode
parentac67ef83d33ade07f9e2ef361f499f6d5061bbe2 (diff)
downloadports-1d9f8ad40b0281e441c152c12dde9f80c91bc66d.tar.gz
ports-1d9f8ad40b0281e441c152c12dde9f80c91bc66d.zip
Notes
Diffstat (limited to 'converters/recode')
-rw-r--r--converters/recode/files/patch-lib-error.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/converters/recode/files/patch-lib-error.c b/converters/recode/files/patch-lib-error.c
index f98aed77d339..957c402d1f06 100644
--- a/converters/recode/files/patch-lib-error.c
+++ b/converters/recode/files/patch-lib-error.c
@@ -1,25 +1,23 @@
---- lib/error.c.orig Mon Mar 10 10:57:22 2003
-+++ lib/error.c Mon Mar 10 11:02:12 2003
-@@ -25,6 +25,18 @@
+--- lib/error.c.orig Thu Aug 3 03:21:13 2000
++++ lib/error.c Thu Apr 17 00:29:29 2003
+@@ -25,6 +25,16 @@
# include <config.h>
#endif
+# ifdef __FreeBSD__
+# include <sys/types.h>
+# include <sys/exec.h>
++# include <sys/param.h>
+# include <vm/vm.h>
+# include <vm/vm_param.h>
+# include <vm/pmap.h>
+# include <vm/swap_pager.h>
-+# include <machine/param.h>
-+# include <machine/vmparam.h>
-+# include <machine/pmap.h>
+# endif
+
#include <stdio.h>
#if HAVE_VPRINTF || HAVE_DOPRNT || _LIBC
-@@ -80,7 +92,11 @@
+@@ -80,7 +90,11 @@
/* The calling program should define program_name and set it to the
name of the executing program. */