mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
--- strsignal.c.orig Thu Sep 5 00:36:12 2002
|
|
+++ strsignal.c Thu Sep 5 00:38:57 2002
|
|
@@ -208,14 +208,6 @@
|
|
same name, it differs from other implementations in that it is dynamically
|
|
initialized rather than statically initialized. */
|
|
|
|
-#ifdef NSIG
|
|
-static int sys_nsig = NSIG;
|
|
-#else
|
|
-#ifdef _NSIG
|
|
-static int sys_nsig = _NSIG;
|
|
-#endif
|
|
-#endif
|
|
-extern const char * const sys_siglist[];
|
|
|
|
|
|
/*
|