Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/bootp/bootpd Pull up revision 1.13 (requested ...
details: https://anonhg.NetBSD.org/src/rev/420593de25cc
branches: netbsd-1-4
changeset: 471121:420593de25cc
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 17:04:54 2000 +0000
description:
Pull up revision 1.13 (requested by he):
Format string cleanup.
diffstat:
usr.sbin/bootp/bootpd/bootpd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 45443f90b9f5 -r 420593de25cc usr.sbin/bootp/bootpd/bootpd.c
--- a/usr.sbin/bootp/bootpd/bootpd.c Thu Oct 19 17:04:51 2000 +0000
+++ b/usr.sbin/bootp/bootpd/bootpd.c Thu Oct 19 17:04:54 2000 +0000
@@ -22,7 +22,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: bootpd.c,v 1.12 1999/01/31 19:12:27 briggs Exp $");
+__RCSID("$NetBSD: bootpd.c,v 1.12.2.1 2000/10/19 17:04:54 he Exp $");
#endif
/*
@@ -1242,7 +1242,7 @@
int bytesleft, len;
byte *vp;
- static char noroom[] = "%s: No room for \"%s\" option";
+ static const char noroom[] = "%s: No room for \"%s\" option";
vp = bp->bp_vend;
Home |
Main Index |
Thread Index |
Old Index