blob: 30350a74a678a4eed5556882d89540d88e860d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1.1.1 1999/07/28 20:07:01 rh Exp $
--- amenu.c.orig Mon Dec 8 08:49:12 1997
+++ amenu.c Sat Apr 10 22:07:58 1999
@@ -13,7 +13,9 @@
static jmp_buf jmpbuf;
#ifndef VMS
#ifndef AIX
+#ifndef BADSIG
#define BADSIG (void (*)())-1
+#endif
#endif
#endif
|