summaryrefslogtreecommitdiffstats
path: root/sys/sys/syslog.h
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-03-28 14:35:37 +0000
committerscrappy <scrappy@FreeBSD.org>1996-03-28 14:35:37 +0000
commit49f25e73b020f4b5d553db0de4af84e77ce4fccb (patch)
tree6d161e586cd7e5ed0cf54fc5012dac51191160f5 /sys/sys/syslog.h
parent0567ca9a1089852de11792392f91fb2ab6b61a5a (diff)
downloadFreeBSD-src-49f25e73b020f4b5d553db0de4af84e77ce4fccb.zip
FreeBSD-src-49f25e73b020f4b5d553db0de4af84e77ce4fccb.tar.gz
syslog.h -> changed /dev/log to be /var/run/log (its a socket, not a device)
devfsext.h -> added prototype for dev_linkf(); Reviewed by: julian@freebsd.org
Diffstat (limited to 'sys/sys/syslog.h')
-rw-r--r--sys/sys/syslog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h
index 969717b..165533f 100644
--- a/sys/sys/syslog.h
+++ b/sys/sys/syslog.h
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*
* @(#)syslog.h 8.1 (Berkeley) 6/2/93
- * $Id: syslog.h,v 1.3 1994/08/18 22:35:46 wollman Exp $
+ * $Id: syslog.h,v 1.4 1994/08/21 04:42:00 paul Exp $
*/
#ifndef _SYS_SYSLOG_H_
#define _SYS_SYSLOG_H_
-#define _PATH_LOG "/dev/log"
+#define _PATH_LOG "/var/run/log"
/*
* priorities/facilities are encoded into a single 32-bit quantity, where the
OpenPOWER on IntegriCloud