summaryrefslogtreecommitdiff
path: root/libexec/identd
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
commitd522f6eb0324008023fed0be4d046f3fc51b0356 (patch)
tree9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /libexec/identd
parent1b433a7e5b43fe0dec72e100525e31299629c117 (diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'libexec/identd')
-rw-r--r--libexec/identd/identd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/identd/identd.h b/libexec/identd/identd.h
index 73f2c5e20b6..c652a126145 100644
--- a/libexec/identd/identd.h
+++ b/libexec/identd/identd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: identd.h,v 1.10 2002/02/16 21:27:30 millert Exp $*/
+/* $OpenBSD: identd.h,v 1.11 2002/02/17 19:42:26 millert Exp $*/
/*
**
@@ -45,7 +45,7 @@ char *gethost4(struct sockaddr_in *);
char *gethost4_addr(struct in_addr *);
char *gethost6(struct sockaddr_in6 *);
int k_getuid(struct in_addr *, int, struct in_addr *, int, uid_t *);
-int k_getuid6 __P((struct sockaddr_in6 *, int, struct sockaddr_in6 *,
- int, uid_t *));
+int k_getuid6(struct sockaddr_in6 *, int, struct sockaddr_in6 *,
+ int, uid_t *);
#endif