summaryrefslogtreecommitdiff
path: root/clients/syslogd/syslog_patch.43tahoe
diff options
context:
space:
mode:
Diffstat (limited to 'clients/syslogd/syslog_patch.43tahoe')
-rw-r--r--clients/syslogd/syslog_patch.43tahoe17
1 files changed, 0 insertions, 17 deletions
diff --git a/clients/syslogd/syslog_patch.43tahoe b/clients/syslogd/syslog_patch.43tahoe
deleted file mode 100644
index b2413cd..0000000
--- a/clients/syslogd/syslog_patch.43tahoe
+++ /dev/null
@@ -1,17 +0,0 @@
-***************
-*** 76,82 ****
-
- /* see if we should just throw out this message */
- if ((unsigned) LOG_FAC(pri) >= LOG_NFACILITIES ||
-! (LOG_MASK(LOG_PRI(pri)) & LogMask) == 0 ||
- (pri &~ (LOG_PRIMASK|LOG_FACMASK)) != 0)
- return;
- if (LogFile < 0 || !connected)
---- 76,82 ----
-
- /* see if we should just throw out this message */
- if ((unsigned) LOG_FAC(pri) >= LOG_NFACILITIES ||
-! LOG_MASK(LOG_PRI(pri)) == 0 ||
- (pri &~ (LOG_PRIMASK|LOG_FACMASK)) != 0)
- return;
- if (LogFile < 0 || !connected)