From 4d1a623fe8236a4c5c9215240f6467c8f152c8cf Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Mar 2002 01:22:50 +0000 Subject: remove __P --- chpass/pw_copy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chpass/pw_copy.h') 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 *); -- cgit v1.2.3