summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 01:10:04 +0000
committerhubertf <hubertf>1997-10-27 01:10:04 +0000
commit9a772182b071b195bb4a3fb693c6f19a99b45224 (patch)
treee67d72ba7891a8a9f01deef4694591363b13df43 /misc
parentc22cdb1d7213a5fab60d0c74f8bc003e2464a9e1 (diff)
downloadpkgsrc-9a772182b071b195bb4a3fb693c6f19a99b45224.tar.gz
We are NetBSD! We got no <sys/stdtypes.h>!
Diffstat (limited to 'misc')
-rw-r--r--misc/rpm/patches/patch-ac22
1 files changed, 20 insertions, 2 deletions
diff --git a/misc/rpm/patches/patch-ac b/misc/rpm/patches/patch-ac
index d1ea9e9e6a1..d69ee744133 100644
--- a/misc/rpm/patches/patch-ac
+++ b/misc/rpm/patches/patch-ac
@@ -1,5 +1,5 @@
---- misc/miscfn.h.orig Fri Jun 27 23:55:33 1997
-+++ misc/miscfn.h Wed Jul 2 14:31:14 1997
+--- misc/miscfn.h.orig Fri Oct 10 23:29:41 1997
++++ misc/miscfn.h Sun Oct 26 04:19:51 1997
@@ -2,6 +2,7 @@
#define H_MISCFN
@@ -8,3 +8,21 @@
#if HAVE_FNMATCH_H
#include <fnmatch.h>
+@@ -35,13 +36,17 @@
+ char *realpath(const char *path, char resolved_path []);
+ #endif
+
++#if 0
+ #if NEED_TIMEZONE
+ #include <sys/stdtypes.h>
+ extern time_t timezone;
+ #endif
++#endif
+
+ #if NEED_MYREALLOC
++#if 0
+ #include <sys/stdtypes.h>
++#endif
+ #define realloc(ptr,size) myrealloc(ptr,size)
+ extern void *myrealloc(void *, size_t);
+ #endif