summaryrefslogtreecommitdiff
path: root/sysutils/top
diff options
context:
space:
mode:
authortron <tron>1998-02-16 20:12:55 +0000
committertron <tron>1998-02-16 20:12:55 +0000
commit30dc319855ac49349cbc0fe9032bbdb3d4db79da (patch)
treeb9bbc8d7e5dc98b131138c29f6d49fe2b40eee01 /sysutils/top
parent78bc7526234aad73647b7b7748a9986468ec31cc (diff)
downloadpkgsrc-30dc319855ac49349cbc0fe9032bbdb3d4db79da.tar.gz
Fix compilation on m68k systems.
Diffstat (limited to 'sysutils/top')
-rw-r--r--sysutils/top/patches/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/top/patches/patch-ad b/sysutils/top/patches/patch-ad
new file mode 100644
index 00000000000..ded4f5a319c
--- /dev/null
+++ b/sysutils/top/patches/patch-ad
@@ -0,0 +1,10 @@
+--- os.h.orig Wed Nov 19 04:35:03 1997
++++ os.h Mon Feb 16 20:58:01 1998
+@@ -30,7 +30,5 @@
+
+ /* some systems declare sys_errlist in stdio.h! */
+ #if defined(__NetBSD__) || defined(__FreeBSD__)
+-#if !defined(__m68k__)
+ #define SYS_ERRLIST_DECLARED
+-#endif
+ #endif