summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-22 22:52:53 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-22 22:52:53 +0000
commit4aaf8a355ecddf22720160697287f2ab5e2108c9 (patch)
tree27c8cfaf618c64a1f2a87892050fdb8186733c2f /usr.sbin
parent916319871ff88eed5dda60f9b5ce9b1b9f27715f (diff)
Correct typo
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pppd/nametoaddr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/nametoaddr.c b/usr.sbin/pppd/nametoaddr.c
index 484f54894ab..a56818d4838 100644
--- a/usr.sbin/pppd/nametoaddr.c
+++ b/usr.sbin/pppd/nametoaddr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nametoaddr.c,v 1.2 1996/08/22 00:33:40 deraadt Exp $ */
+/* $OpenBSD: nametoaddr.c,v 1.3 1996/08/22 22:52:52 niklas Exp $ */
/* From NetBSD: nametoaddr.c,v 1.3 1995/04/29 05:42:23 cgd Exp */
/*
@@ -30,12 +30,12 @@
from: static char rcsid[] =
"@(#) Header: nametoaddr.c,v 1.21 94/06/20 19:07:54 leres Exp (LBL)";
#else
-static char rcsid[] = "$OpenBSD: nametoaddr.c,v 1.2 1996/08/22 00:33:40 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: nametoaddr.c,v 1.3 1996/08/22 22:52:52 niklas Exp $";
#endif
#endif
#include <stdio.h>
-#if define(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined(__OpenBSD__)
#include <stdlib.h>
#include <string.h>
#endif