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