diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-24 10:05:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-24 10:05:56 +0000 |
commit | 4831736360c8e3d28319ed26792da546863a8c0a (patch) | |
tree | 6084ecb999597db9baed147b563e79a97dcc3f2d | |
parent | c2d6d902baf5faa18e96bde30711a3c9373d1809 (diff) |
kernel is /bsd
-rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 95e6532eded..e2e969bdbd1 100644 --- a/include/paths.h +++ b/include/paths.h @@ -59,7 +59,7 @@ #define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" -#define _PATH_UNIX "/netbsd" +#define _PATH_UNIX "/bsd" #define _PATH_VI "/usr/bin/vi" /* Provide trailing slash, since mostly used for building pathnames. */ |