summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-21 13:20:49 +0000
committerimp <imp@FreeBSD.org>2002-03-21 13:20:49 +0000
commitec2a00af74c8240f7fc6f03c84ad40034fbf2aac (patch)
tree7889a8c6dd8258adf78b1be9e93d2baefad6abb1 /sbin/quotacheck
parentbaca1664d961625b631ee7b6c1faf55e0f926aa9 (diff)
downloadFreeBSD-src-ec2a00af74c8240f7fc6f03c84ad40034fbf2aac.zip
FreeBSD-src-ec2a00af74c8240f7fc6f03c84ad40034fbf2aac.tar.gz
o remove __P
o remove main prototype
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r--sbin/quotacheck/quotacheck.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c
index 567d4c3..ca8f96b 100644
--- a/sbin/quotacheck/quotacheck.c
+++ b/sbin/quotacheck/quotacheck.c
@@ -108,24 +108,24 @@ int fi; /* open disk file descriptor */
u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
struct fileusage *
- addid __P((u_long, int, char *));
-char *blockcheck __P((char *));
-void bread __P((daddr_t, char *, long));
-extern int checkfstab __P((int, int, void * (*)(struct fstab *),
- int (*)(char *, char *, struct quotaname *)));
-int chkquota __P((char *, char *, struct quotaname *));
-void freeinodebuf __P((void));
+ addid(u_long, int, char *);
+char *blockcheck(char *);
+void bread(daddr_t, char *, long);
+extern int checkfstab(int, int, void * (*)(struct fstab *),
+ int (*)(char *, char *, struct quotaname *));
+int chkquota(char *, char *, struct quotaname *);
+void freeinodebuf(void);
struct dinode *
- getnextinode __P((ino_t));
-int getquotagid __P((void));
-int hasquota __P((struct fstab *, int, char **));
+ getnextinode(ino_t);
+int getquotagid(void);
+int hasquota(struct fstab *, int, char **);
struct fileusage *
- lookup __P((u_long, int));
-void *needchk __P((struct fstab *));
-int oneof __P((char *, char*[], int));
-void resetinodebuf __P((void));
-int update __P((char *, char *, int));
-void usage __P((void));
+ lookup(u_long, int);
+void *needchk(struct fstab *);
+int oneof(char *, char*[], int);
+void resetinodebuf(void);
+int update(char *, char *, int);
+void usage(void);
int
main(argc, argv)
OpenPOWER on IntegriCloud