summaryrefslogtreecommitdiffstats
path: root/include/fstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstab.h')
-rw-r--r--include/fstab.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/fstab.h b/include/fstab.h
index c2bb06a..a269d42 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)fstab.h 8.1 (Berkeley) 6/2/93
+ * $FreeBSD$
*/
#ifndef _FSTAB_H_
@@ -69,11 +70,11 @@ struct fstab {
#include <sys/cdefs.h>
__BEGIN_DECLS
-struct fstab *getfsent __P((void));
-struct fstab *getfsspec __P((const char *));
-struct fstab *getfsfile __P((const char *));
-int setfsent __P((void));
-void endfsent __P((void));
+struct fstab *getfsent(void);
+struct fstab *getfsspec(const char *);
+struct fstab *getfsfile(const char *);
+int setfsent(void);
+void endfsent(void);
__END_DECLS
#endif /* !_FSTAB_H_ */
OpenPOWER on IntegriCloud