summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/misc.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-06-30 06:05:59 +0000
committerderaadt <deraadt@openbsd.org>1997-06-30 06:05:59 +0000
commitfa38a9eb6f454632b939502e12ef06ae6d53d926 (patch)
tree6268e4ebf769cd94fa7bd4abde6d8a4537a33c36 /lib/libwrap/misc.c
parentWall. uid & gid are not perfect .. but that is OK (diff)
downloadwireguard-openbsd-fa38a9eb6f454632b939502e12ef06ae6d53d926.tar.xz
wireguard-openbsd-fa38a9eb6f454632b939502e12ef06ae6d53d926.zip
alpha bits
Diffstat (limited to 'lib/libwrap/misc.c')
-rw-r--r--lib/libwrap/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libwrap/misc.c b/lib/libwrap/misc.c
index 7819fb59309..dfbb1996e3a 100644
--- a/lib/libwrap/misc.c
+++ b/lib/libwrap/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.1 1997/02/26 03:06:53 downsj Exp $ */
+/* $OpenBSD: misc.c,v 1.2 1997/06/30 06:06:00 deraadt Exp $ */
/*
* Misc routines that are used by tcpd and by tcpdchk.
@@ -10,7 +10,7 @@
#if 0
static char sccsic[] = "@(#) misc.c 1.2 96/02/11 17:01:29";
#else
-static char rcsid[] = "$OpenBSD: misc.c,v 1.1 1997/02/26 03:06:53 downsj Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1997/06/30 06:06:00 deraadt Exp $";
#endif
#endif
@@ -69,7 +69,7 @@ int delimiter;
/* dot_quad_addr - convert dotted quad to internal form */
-unsigned long dot_quad_addr(str)
+in_addr_t dot_quad_addr(str)
char *str;
{
int in_run = 0;