diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-10-28 08:25:51 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-10-28 08:25:51 +0000 |
| commit | 72b53fbfa315f0c8a6af512d50cf63358e524288 (patch) | |
| tree | 9e5a85e1156492e3a4acd84ec96eeb99a6e704df /sys | |
| parent | 1c0899bbb054ae8220842f2c0e26b8168089b084 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/syslog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 81efbbb266c62..aa34e0597030e 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -31,13 +31,12 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 - * $Id: syslog.h,v 1.6 1996/03/28 18:29:14 scrappy Exp $ + * $Id: syslog.h,v 1.7 1996/10/23 20:17:54 julian Exp $ */ #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ -#define _OLD_PATH_LOG "/dev/log" #define _PATH_LOG "/var/run/log" /* |
