Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/ipf/ipsend Remove declaration of unused "cksum" variable.
details: https://anonhg.NetBSD.org/src/rev/c9718d93d813
branches: trunk
changeset: 571213:c9718d93d813
user: he <he%NetBSD.org@localhost>
date: Sat Nov 13 22:28:49 2004 +0000
description:
Remove declaration of unused "cksum" variable.
diffstat:
dist/ipf/ipsend/ipsend.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6632ab167ca3 -r c9718d93d813 dist/ipf/ipsend/ipsend.c
--- a/dist/ipf/ipsend/ipsend.c Sat Nov 13 21:14:17 2004 +0000
+++ b/dist/ipf/ipsend/ipsend.c Sat Nov 13 22:28:49 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsend.c,v 1.11 2004/11/13 18:44:42 he Exp $ */
+/* $NetBSD: ipsend.c,v 1.12 2004/11/13 22:28:49 he Exp $ */
/*
* ipsend.c (C) 1995-1998 Darren Reed
@@ -173,7 +173,7 @@
u_short w[6];
} ph;
u_32_t temp32;
- u_short cksum, *opts;
+ u_short *opts;
ph.h.len = htons(len);
ph.h.ttl = 0;
Home |
Main Index |
Thread Index |
Old Index