Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libsa Fix typo.
details: https://anonhg.NetBSD.org/src/rev/95ae128a2dfb
branches: trunk
changeset: 346095:95ae128a2dfb
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Jun 25 04:53:32 2016 +0000
description:
Fix typo.
diffstat:
sys/lib/libsa/bootp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 99a5598183c5 -r 95ae128a2dfb sys/lib/libsa/bootp.c
--- a/sys/lib/libsa/bootp.c Sat Jun 25 04:08:57 2016 +0000
+++ b/sys/lib/libsa/bootp.c Sat Jun 25 04:53:32 2016 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index