summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 22:49:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 22:49:10 +0000
commitb0f80a5679451ccaf653cd9739cb310c9c62bc35 (patch)
treef009911aa5a790eba5e1dbbb492212b32972fc8a /libc
parente693d3803c4842c3c831ba8687f60448209d4786 (diff)
downloadpw-darwin-b0f80a5679451ccaf653cd9739cb310c9c62bc35.tar.gz
pw-darwin-b0f80a5679451ccaf653cd9739cb310c9c62bc35.tar.zst
pw-darwin-b0f80a5679451ccaf653cd9739cb310c9c62bc35.zip
Remove __P() usage.
Diffstat (limited to 'libc')
-rw-r--r--libc/gen/pw_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/gen/pw_scan.h b/libc/gen/pw_scan.h
index 3bc6201..954854b 100644
--- a/libc/gen/pw_scan.h
+++ b/libc/gen/pw_scan.h
@@ -38,4 +38,4 @@
#define _PWSCAN_MASTER 0x01
#define _PWSCAN_WARN 0x02
-extern int __pw_scan __P((char *, struct passwd *, int));
+extern int __pw_scan(char *, struct passwd *, int);