diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
| commit | 4d1a623fe8236a4c5c9215240f6467c8f152c8cf (patch) | |
| tree | ad8bb553d7b210b429948acb08fb20109771b7cb /chpass/pw_copy.h | |
| parent | c9a6d7915ad6a35bd0fce0b2a40003bd7bcd6a9b (diff) | |
| download | pw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.tar.gz pw-darwin-4d1a623fe8236a4c5c9215240f6467c8f152c8cf.zip | |
remove __P
Diffstat (limited to 'chpass/pw_copy.h')
| -rw-r--r-- | chpass/pw_copy.h | 2 |
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 *); |
