Changeset 1559 for trunk/src/emx/include/paths.h
- Timestamp:
- Oct 10, 2004, 1:00:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/paths.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1558 r1559 3 3 * FreeBSD 5.2 4 4 * @changed bird: /@unixroot 5 * @changed bird: A few of the /dev/'s. 5 6 */ 6 7 … … 59 60 #define _PATH_CAPABILITY "/@unixroot/etc/capability" 60 61 #define _PATH_CAPABILITY_DB "/@unixroot/etc/capability.db" 61 #define _PATH_CONSOLE "/ @unixroot/dev/console"62 #define _PATH_CONSOLE "/dev/con" 62 63 #define _PATH_CP "/@unixroot/bin/cp" 63 64 #define _PATH_CSHELL "/@unixroot/bin/csh" 64 65 #define _PATH_DEFTAPE "/@unixroot/dev/sa0" 65 #define _PATH_DEVNULL "/ @unixroot/dev/null"66 #define _PATH_DEVNULL "/dev/null" 66 67 #define _PATH_DEVZERO "/@unixroot/dev/zero" 67 68 #define _PATH_DRUM "/@unixroot/dev/drum" … … 89 90 #define _PATH_SENDMAIL "/@unixroot/usr/sbin/sendmail" 90 91 #define _PATH_SHELLS "/@unixroot/etc/shells" 91 #define _PATH_TTY "/ @unixroot/dev/tty"92 #define _PATH_TTY "/dev/tty" 92 93 #define _PATH_UNIX "don't use _PATH_UNIX" 93 94 #define _PATH_VI "/@unixroot/usr/bin/vi" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.