diff options
author | imp <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
commit | 1698cb216e2d4ca62662103eba0191f134923698 (patch) | |
tree | bdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/quota | |
parent | 74d826c7a6e9f98072df5f7dba2b84aa516fe425 (diff) | |
download | FreeBSD-src-1698cb216e2d4ca62662103eba0191f134923698.zip FreeBSD-src-1698cb216e2d4ca62662103eba0191f134923698.tar.gz |
remove __P
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/quota.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 372d591..c03fb03 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -84,8 +84,8 @@ struct quotause { }; #define FOUND 0x01 -static char *timeprt __P((time_t seconds)); -static struct quotause *getprivs __P((long id, int quotatype)); +static char *timeprt(time_t seconds); +static struct quotause *getprivs(long id, int quotatype); static void usage (); static void showuid(u_long uid); static void showgid(u_long gid); |