summaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
commitbb28f3c29b4c91af1b0e79e456294bb08735648a (patch)
treeb4ea687a7ecac173665d9f3a8a858a98631f494e /include/paths.h
parent194788fafcb927f0affa1a56e21a1e8373f81f9c (diff)
downloadsrc-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.tar.gz
src-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.zip
Notes
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index ea4fd1dfc49b..88176c9e204f 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -79,7 +79,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_ */