summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libsa/rarp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/rarp.c b/sys/lib/libsa/rarp.c
index c5243a97cd1..411c031a61b 100644
--- a/sys/lib/libsa/rarp.c
+++ b/sys/lib/libsa/rarp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rarp.c,v 1.2 1996/09/23 14:19:01 mickey Exp $ */
+/* $OpenBSD: rarp.c,v 1.3 1996/10/15 09:15:59 mickey Exp $ */
/* $NetBSD: rarp.c,v 1.10 1995/09/23 03:36:10 gwr Exp $ */
/*
@@ -194,7 +194,7 @@ rarprecv(d, pkt, len, tleft)
{
#ifdef RARP_DEBUG
if (debug)
- printf("bad hrd/pro/hln/pln\n")
+ printf("bad hrd/pro/hln/pln\n");
#endif
return (-1);
}