Ignore:
Timestamp:
Oct 10, 2004, 1:00:06 AM (21 years ago)
Author:
bird
Message:

some /dev's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/paths.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1558 r1559  
    33 * FreeBSD 5.2
    44 * @changed bird: /@unixroot
     5 * @changed bird: A few of the /dev/'s.
    56 */
    67
     
    5960#define _PATH_CAPABILITY        "/@unixroot/etc/capability"
    6061#define _PATH_CAPABILITY_DB     "/@unixroot/etc/capability.db"
    61 #define _PATH_CONSOLE   "/@unixroot/dev/console"
     62#define _PATH_CONSOLE   "/dev/con"
    6263#define _PATH_CP        "/@unixroot/bin/cp"
    6364#define _PATH_CSHELL    "/@unixroot/bin/csh"
    6465#define _PATH_DEFTAPE   "/@unixroot/dev/sa0"
    65 #define _PATH_DEVNULL   "/@unixroot/dev/null"
     66#define _PATH_DEVNULL   "/dev/null"
    6667#define _PATH_DEVZERO   "/@unixroot/dev/zero"
    6768#define _PATH_DRUM      "/@unixroot/dev/drum"
     
    8990#define _PATH_SENDMAIL  "/@unixroot/usr/sbin/sendmail"
    9091#define _PATH_SHELLS    "/@unixroot/etc/shells"
    91 #define _PATH_TTY       "/@unixroot/dev/tty"
     92#define _PATH_TTY       "/dev/tty"
    9293#define _PATH_UNIX      "don't use _PATH_UNIX"
    9394#define _PATH_VI        "/@unixroot/usr/bin/vi"
Note: See TracChangeset for help on using the changeset viewer.