summaryrefslogtreecommitdiff
path: root/misc/heyu/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/heyu/patches/patch-aa')
-rw-r--r--misc/heyu/patches/patch-aa16
1 files changed, 13 insertions, 3 deletions
diff --git a/misc/heyu/patches/patch-aa b/misc/heyu/patches/patch-aa
index b4c6cc04af3..97462c20ad0 100644
--- a/misc/heyu/patches/patch-aa
+++ b/misc/heyu/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2002/08/08 13:11:32 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2003/11/11 10:17:39 wiz Exp $
---- stop.c.orig Thu Dec 7 06:42:20 2000
+--- stop.c.orig Sun Mar 30 22:05:53 2003
+++ stop.c
-@@ -33,9 +33,11 @@
+@@ -35,17 +35,21 @@ int argc;
char *argv[];
{
unsigned long pid;
@@ -12,5 +12,15 @@ $NetBSD: patch-aa,v 1.5 2002/08/08 13:11:32 wiz Exp $
char procname[80];
+#endif
extern unsigned long lockpid();
+ extern char *make_lock_name();
extern void quit();
+ pid = lockpid(make_lock_name(monfile));
++#ifdef __linux__
+ procname[0] = 0;
+ buf[0] = 0;
+ pidfile = (FILE *) NULL;
++#endif
+
+ if( pid == 0 )
+ {