summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-06 21:53:40 +0000
committerhubertf <hubertf>1999-01-06 21:53:40 +0000
commit9e0845e55b9b0eff707e34202c2575a7d273a5e9 (patch)
treec53b87f5befbbcb5f2eb23fb6cc88c1e9e536d2f /databases
parent86a3414482bc0a0abb3de4e3f5e2b711c3d8f88c (diff)
downloadpkgsrc-9e0845e55b9b0eff707e34202c2575a7d273a5e9.tar.gz
patch to null some stuff we have in headers; PR 6747 by augustss@cs.chalmers.se
Diffstat (limited to 'databases')
-rw-r--r--databases/sdbm/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/sdbm/patches/patch-aa b/databases/sdbm/patches/patch-aa
new file mode 100644
index 00000000000..64ee801c3c7
--- /dev/null
+++ b/databases/sdbm/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/01/06 21:53:40 hubertf Exp $
+
+--- sdbm.c.orig Wed Jan 6 22:48:06 1999
++++ sdbm.c Wed Jan 6 22:48:38 1999
+@@ -35,17 +35,6 @@
+ #endif
+
+ /*
+- * externals
+- */
+-#ifndef sun
+-extern int errno;
+-#endif
+-
+-extern char *malloc proto((unsigned int));
+-extern void free proto((void *));
+-extern long lseek();
+-
+-/*
+ * forward
+ */
+ static int getdbit proto((DBM *, long));