summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-07-19 07:53:41 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-07-19 07:53:41 +0000
commit1ed85dd535a14c6f1a48af3f38b0c1f8f1b63fc9 (patch)
tree83af58790d2233f5fc710906bc8b244b465fc19d /include
parent5da6d41447f7dbe63568f5c52c9c6df8b378c88e (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/paths.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h
index 16f0cee0e268..9634b2e54735 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -45,7 +45,7 @@
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin:"
-#define _PATH_AUTHCONF "/etc/auth.conf"
+#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CP "/bin/cp"
@@ -71,6 +71,7 @@
#define _PATH_TTY "/dev/tty"
#define _PATH_UNIX "don't use _PATH_UNIX"
#define _PATH_VI "/usr/bin/vi"
+#define _PATH_WALL "/usr/bin/wall"
/* Provide trailing slash, since mostly used for building pathnames. */
#define _PATH_DEV "/dev/"
@@ -83,7 +84,7 @@
/* How to get the correct name of the kernel. */
__BEGIN_DECLS
-const char *getbootfile __P((void));
+const char *getbootfile(void);
__END_DECLS
#endif /* !_PATHS_H_ */