summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
commit4d1a623fe8236a4c5c9215240f6467c8f152c8cf (patch)
treead8bb553d7b210b429948acb08fb20109771b7cb /chpass/chpass.c
parentc9a6d7915ad6a35bd0fce0b2a40003bd7bcd6a9b (diff)
downloadpw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.tar.gz
pw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.tar.zst
pw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.zip
remove __P
Diffstat (limited to 'chpass/chpass.c')
-rw-r--r--chpass/chpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chpass/chpass.c b/chpass/chpass.c
index 86955f6..f88aa23 100644
--- a/chpass/chpass.c
+++ b/chpass/chpass.c
@@ -74,8 +74,8 @@ int yp_errno = YP_TRUE;
char *tempname;
uid_t uid;
-void baduser __P((void));
-void usage __P((void));
+void baduser(void);
+void usage(void);
int
main(argc, argv)