summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_comp.c
diff options
context:
space:
mode:
authormillert <>2002-02-17 19:42:31 +0000
committermillert <>2002-02-17 19:42:31 +0000
commit4d9f43fe58441f274978bd37f319b3c63bd308d3 (patch)
treea9c66881d16890b41470cc24e11482c34a906618 /src/lib/libc/net/res_comp.c
parentf192ef46d42d6e5294ddb97a544aefe74db261c6 (diff)
downloadopenbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.tar.gz
openbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.tar.bz2
openbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.zip
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'src/lib/libc/net/res_comp.c')
-rw-r--r--src/lib/libc/net/res_comp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c
index f7a0358967..948923cf37 100644
--- a/src/lib/libc/net/res_comp.c
+++ b/src/lib/libc/net/res_comp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: res_comp.c,v 1.8 1997/07/09 01:08:49 millert Exp $ */ 1/* $OpenBSD: res_comp.c,v 1.9 2002/02/17 19:42:23 millert Exp $ */
2 2
3/* 3/*
4 * ++Copyright++ 1985, 1993 4 * ++Copyright++ 1985, 1993
@@ -60,7 +60,7 @@
60static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; 60static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93";
61static char rcsid[] = "$From: res_comp.c,v 8.11 1996/12/02 09:17:22 vixie Exp $"; 61static char rcsid[] = "$From: res_comp.c,v 8.11 1996/12/02 09:17:22 vixie Exp $";
62#else 62#else
63static char rcsid[] = "$OpenBSD: res_comp.c,v 1.8 1997/07/09 01:08:49 millert Exp $"; 63static char rcsid[] = "$OpenBSD: res_comp.c,v 1.9 2002/02/17 19:42:23 millert Exp $";
64#endif 64#endif
65#endif /* LIBC_SCCS and not lint */ 65#endif /* LIBC_SCCS and not lint */
66 66
@@ -76,8 +76,7 @@ static char rcsid[] = "$OpenBSD: res_comp.c,v 1.8 1997/07/09 01:08:49 millert Ex
76#include <unistd.h> 76#include <unistd.h>
77#include <string.h> 77#include <string.h>
78 78
79static int dn_find __P((u_char *exp_dn, u_char *msg, 79static int dn_find(u_char *, u_char *, u_char **, u_char **);
80 u_char **dnptrs, u_char **lastdnptr));
81 80
82/* 81/*
83 * Expand compressed domain name 'comp_dn' to full domain name. 82 * Expand compressed domain name 'comp_dn' to full domain name.