summaryrefslogtreecommitdiffstats
path: root/sbin/routed/if.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-05-31 20:28:49 +0000
committerstefanf <stefanf@FreeBSD.org>2005-05-31 20:28:49 +0000
commit7f6920d685af29ae9a32ec5aa37e42857976ed65 (patch)
tree9aa5b2ad52dab090dc7a7a3b37c7797e989fbe19 /sbin/routed/if.c
parentc66aba3f757f62003e741209a4c1dd7099148d9c (diff)
downloadFreeBSD-src-7f6920d685af29ae9a32ec5aa37e42857976ed65.zip
FreeBSD-src-7f6920d685af29ae9a32ec5aa37e42857976ed65.tar.gz
Remove #ident directives, they don't exist on the vendor branch anymore.
Diffstat (limited to 'sbin/routed/if.c')
-rw-r--r--sbin/routed/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index b6e7a53..291eb19 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.c
@@ -40,7 +40,7 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
-#ident "$FreeBSD$"
+
struct interface *ifnet; /* all interfaces */
/* hash table for all interfaces, big enough to tolerate ridiculous
OpenPOWER on IntegriCloud