diff options
Diffstat (limited to 'net/generic-nqs/files/patch-aa')
-rw-r--r-- | net/generic-nqs/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/generic-nqs/files/patch-aa b/net/generic-nqs/files/patch-aa deleted file mode 100644 index a2ce072c8d24..000000000000 --- a/net/generic-nqs/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Source-Tree/qmgr/all-systems/mgr_main.c.orig Mon Sep 9 08:24:58 1996 -+++ Source-Tree/qmgr/all-systems/mgr_main.c Sat May 2 11:09:26 1998 -@@ -502,14 +502,14 @@ - * On systems with named pipes, we get a pipe to the local - * daemon automatically the first time we call inter(). - */ --#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 --#else - #if IS_BSD - if (interconn () < 0) { - fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); - fprintf (stderr, "a pipe to the local daemon.\n"); - exit (16); - } -+#else -+#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 - #else - BAD SYSTEM TYPE - #endif |