summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-04-28 05:40:43 +0000
committercgd <cgd@NetBSD.org>1993-04-28 05:40:43 +0000
commit7c95196e488911e4d0f9bf260d42114f36d176c7 (patch)
tree8a66bdba452879a2c43bdc3c2bc8b6779998c89b /include
parent7f6ef807e1cc97f306d69404fde6c935ae6649c4 (diff)
kernel name is bsd...
Diffstat (limited to 'include')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index c601bcbf98b..41c1033f4d2 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -52,7 +52,7 @@
#define _PATH_NOLOGIN "/etc/nologin"
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_TTY "/dev/tty"
-#define _PATH_UNIX "/386bsd"
+#define _PATH_UNIX "/bsd"
#define _PATH_VI "/usr/bin/vi"
/* Provide trailing slash, since mostly used for building pathnames. */