Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet No need to include same file twice.
details: https://anonhg.NetBSD.org/src/rev/d4ef81d53e52
branches: trunk
changeset: 533232:d4ef81d53e52
user: enami <enami%NetBSD.org@localhost>
date: Tue Jun 25 02:55:14 2002 +0000
description:
No need to include same file twice.
diffstat:
sys/netinet/if_arp.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8c1b5d8095cc -r d4ef81d53e52 sys/netinet/if_arp.c
--- a/sys/netinet/if_arp.c Tue Jun 25 02:53:27 2002 +0000
+++ b/sys/netinet/if_arp.c Tue Jun 25 02:55:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_arp.c,v 1.86 2002/06/25 02:53:27 enami Exp $ */
+/* $NetBSD: if_arp.c,v 1.87 2002/06/25 02:55:14 enami Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.86 2002/06/25 02:53:27 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.87 2002/06/25 02:55:14 enami Exp $");
#include "opt_ddb.h"
#include "opt_inet.h"
@@ -126,7 +126,6 @@
#include <net/if_fddi.h>
#endif
#include "token.h"
-#include "token.h"
#define SIN(s) ((struct sockaddr_in *)s)
#define SDL(s) ((struct sockaddr_dl *)s)
Home |
Main Index |
Thread Index |
Old Index