Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libc/net Apply patch (requested by kristerw):
details: https://anonhg.NetBSD.org/src/rev/7d2e0c989e57
branches: netbsd-1-4
changeset: 471261:7d2e0c989e57
user: he <he%NetBSD.org@localhost>
date: Tue Mar 13 22:25:15 2001 +0000
description:
Apply patch (requested by kristerw):
Correct error in pull-up to 1.4.3 which prevents rarpd
from working.
diffstat:
lib/libc/net/ethers.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cc337c25abf8 -r 7d2e0c989e57 lib/libc/net/ethers.c
--- a/lib/libc/net/ethers.c Tue Jan 30 10:59:57 2001 +0000
+++ b/lib/libc/net/ethers.c Tue Mar 13 22:25:15 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ethers.c,v 1.14.2.1 2000/10/19 18:34:33 he Exp $ */
+/* $NetBSD: ethers.c,v 1.14.2.2 2001/03/13 22:25:15 he Exp $ */
/*
* ethers(3N) a la Sun.
@@ -187,7 +187,7 @@
#define S2(arg) #arg
#define S1(arg) S2(arg)
- const static char fmt[] = " %x:%x:%x:%x:%sx:%x"
+ const static char fmt[] = " %x:%x:%x:%x:%x:%x"
" %" S1(MAXHOSTNAMELEN) "s\n";
#undef S2
#undef S1
Home |
Main Index |
Thread Index |
Old Index