diff options
| author | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-03-28 18:29:14 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-03-28 18:29:14 +0000 |
| commit | c3223047927c0971de91fe65bd9bac5e7997395c (patch) | |
| tree | 47453aa20bcd5007f50fe2376dfc4c2318149cfa /sys | |
| parent | 23cbdfcbc79261f7c7094c99f552afb33605ce24 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/syslog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 165533fc56d3f..16751e5f14527 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.4 1994/08/21 04:42:00 paul Exp $ + * $Id: syslog.h,v 1.5 1996/03/28 14:35:37 scrappy Exp $ */ #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ -#define _PATH_LOG "/var/run/log" +#define _PATH_LOG "/dev/log" /* * priorities/facilities are encoded into a single 32-bit quantity, where the |
