diff options
author | Julian Elischer <julian@FreeBSD.org> | 1996-10-23 20:17:57 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1996-10-23 20:17:57 +0000 |
commit | 36be1f6be985422758260aac919ef741380f1bb0 (patch) | |
tree | f7816c581db6e00bc12246c3dac05c8d0b627c85 /sys | |
parent | 64682bc28aeae91c7499d67f85f8082a8398657b (diff) | |
download | src-36be1f6be985422758260aac919ef741380f1bb0.tar.gz src-36be1f6be985422758260aac919ef741380f1bb0.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/syslog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 16751e5f1452..81efbbb266c6 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -31,13 +31,14 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 - * $Id: syslog.h,v 1.5 1996/03/28 14:35:37 scrappy Exp $ + * $Id: syslog.h,v 1.6 1996/03/28 18:29:14 scrappy Exp $ */ #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ -#define _PATH_LOG "/dev/log" +#define _OLD_PATH_LOG "/dev/log" +#define _PATH_LOG "/var/run/log" /* * priorities/facilities are encoded into a single 32-bit quantity, where the |