Browse Source

kernel is /bsd

OPENBSD_2_0
deraadt 29 years ago
parent
commit
95db056387
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/paths.h

+ 1
- 1
src/include/paths.h View File

@ -59,7 +59,7 @@
#define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_SHELLS "/etc/shells" #define _PATH_SHELLS "/etc/shells"
#define _PATH_TTY "/dev/tty" #define _PATH_TTY "/dev/tty"
#define _PATH_UNIX "/netbsd"
#define _PATH_UNIX "/bsd"
#define _PATH_VI "/usr/bin/vi" #define _PATH_VI "/usr/bin/vi"
/* Provide trailing slash, since mostly used for building pathnames. */ /* Provide trailing slash, since mostly used for building pathnames. */


Loading…
Cancel
Save