Changeset 1506 for trunk/src/emx/include/sys/syslog.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/syslog.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1505 r1506 1 /* $Id: $ */ 2 /** @file 3 * FreeBSD 5.1 4 */ 1 5 /* 2 6 * Copyright (c) 1982, 1986, 1988, 1993 … … 35 39 */ 36 40 37 /** @file38 * FreeBSD 5.139 */40 41 41 #ifndef _SYS_SYSLOG_H_ 42 42 #define _SYS_SYSLOG_H_ 43 43 44 #define _PATH_LOG "/ var/run/log"45 #define _PATH_OLDLOG "/ dev/log" /* backward compatibility */44 #define _PATH_LOG "/@unixroot/var/run/log" 45 #define _PATH_OLDLOG "/@unixroot/dev/log" /* backward compatibility */ 46 46 47 47 /* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.