From 95db0563877f5172255bb19d62af165304e106b9 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 24 Oct 1995 10:05:55 +0000 Subject: [PATCH] kernel is /bsd --- src/include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/paths.h b/src/include/paths.h index 95e6532e..e2e969bd 100644 --- a/src/include/paths.h +++ b/src/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. */