Module Name: src
Committed By: isaki
Date: Sat Jun 25 04:53:32 UTC 2016
Modified Files:
src/sys/lib/libsa: bootp.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/lib/libsa/bootp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libsa/bootp.c
diff -u src/sys/lib/libsa/bootp.c:1.40 src/sys/lib/libsa/bootp.c:1.41
--- src/sys/lib/libsa/bootp.c:1.40 Sat Jul 25 07:06:11 2015
+++ src/sys/lib/libsa/bootp.c Sat Jun 25 04:53:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: bootp.c,v 1.40 2015/07/25 07:06:11 isaki Exp $ */
+/* $NetBSD: bootp.c,v 1.41 2016/06/25 04:53:32 isaki Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -307,9 +307,9 @@ bootprecv(struct iodesc *d, void *pkt, s
ssize_t n;
struct bootp *bp;
-#ifdef BOOTP_DEBUGx
+#ifdef BOOTP_DEBUG
if (debug)
- printf("bootp_recvoffer: called\n");
+ printf("bootprecv: called\n");
#endif
n = readudp(d, pkt, len, tleft);