summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/heyu/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/heyu/patches/patch-aa b/misc/heyu/patches/patch-aa
new file mode 100644
index 00000000000..b4c6cc04af3
--- /dev/null
+++ b/misc/heyu/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.5 2002/08/08 13:11:32 wiz Exp $
+
+--- stop.c.orig Thu Dec 7 06:42:20 2000
++++ stop.c
+@@ -33,9 +33,11 @@
+ char *argv[];
+ {
+ unsigned long pid;
++#ifdef __linux__
+ FILE * pidfile;
+ char buf[80];
+ char procname[80];
++#endif
+ extern unsigned long lockpid();
+ extern void quit();
+