summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-08 13:11:06 +0000
committerwiz <wiz>2002-08-08 13:11:06 +0000
commit48db60f41df4c10861c93c3d1197ce8441fbd5c7 (patch)
tree40906a23c968419ee28e681b668ee7413182a4a4 /misc/heyu
parentc386474f64688b3caa2bf6dc40311765abb92663 (diff)
downloadpkgsrc-48db60f41df4c10861c93c3d1197ce8441fbd5c7.tar.gz
Temp-remove.
Diffstat (limited to 'misc/heyu')
-rw-r--r--misc/heyu/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/heyu/patches/patch-aa b/misc/heyu/patches/patch-aa
deleted file mode 100644
index 567816ee617..00000000000
--- a/misc/heyu/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/08/08 13:10:11 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();
-