summaryrefslogtreecommitdiffstats
path: root/chpass/pw_copy.h
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/pw_copy.h
parentc9a6d7915ad6a35bd0fce0b2a40003bd7bcd6a9b (diff)
downloadpw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.tar.gz
pw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.zip
remove __P
Diffstat (limited to 'chpass/pw_copy.h')
-rw-r--r--chpass/pw_copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/pw_copy.h b/chpass/pw_copy.h
index 20f3bcc..6454536 100644
--- a/chpass/pw_copy.h
+++ b/chpass/pw_copy.h
@@ -33,4 +33,4 @@
* $FreeBSD$
*/
-void pw_copy __P((int, int, struct passwd *, struct passwd *));
+void pw_copy(int, int, struct passwd *, struct passwd *);