summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/stat.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 8a03251..a53960d 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -246,19 +246,19 @@ struct nstat {
#ifndef _KERNEL
__BEGIN_DECLS
-int chmod __P((const char *, mode_t));
-int fstat __P((int, struct stat *));
-int mkdir __P((const char *, mode_t));
-int mkfifo __P((const char *, mode_t));
-int stat __P((const char *, struct stat *));
-mode_t umask __P((mode_t));
+int chmod(const char *, mode_t);
+int fstat(int, struct stat *);
+int mkdir(const char *, mode_t);
+int mkfifo(const char *, mode_t);
+int stat(const char *, struct stat *);
+mode_t umask(mode_t);
#ifndef _POSIX_SOURCE
-int chflags __P((const char *, u_long));
-int fchflags __P((int, u_long));
-int fchmod __P((int, mode_t));
-int lchmod __P((const char *, mode_t));
-int lstat __P((const char *, struct stat *));
+int chflags(const char *, u_long);
+int fchflags(int, u_long);
+int fchmod(int, mode_t);
+int lchmod(const char *, mode_t);
+int lstat(const char *, struct stat *);
#endif
__END_DECLS
OpenPOWER on IntegriCloud