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