summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-08 13:11:32 +0000
committerwiz <wiz>2002-08-08 13:11:32 +0000
commit4092a51306d27645cde759af5de02b2c72b60e6a (patch)
tree66382ae70b02160f5a1371fcd0dc0bf4d91b5ff7 /misc/heyu
parentca157d948838d5ab43a66c73dec38fcf8b6b4b6e (diff)
downloadpkgsrc-4092a51306d27645cde759af5de02b2c72b60e6a.tar.gz
Re-add.
Diffstat (limited to 'misc/heyu')
-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();
+