From 563a9b6ecbc54d80f89bf93d931aa225647dc531 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 17 Sep 2002 11:31:41 +0000 Subject: [PATCH] Remove __RCSID(). Submitted by: bde --- sys/net/if_gre.c | 3 --- sys/netinet/ip_gre.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 86034bad68c3..cdce71692e8d 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -46,9 +46,6 @@ * Also supported: IP in IP encaps (proto 55) as of RFC 2004 */ -#include -__RCSID("@(#) $FreeBSD$"); - #include "opt_atalk.h" #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index ce732561161e..93afaa38f1d8 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -43,9 +43,6 @@ * This currently handles IPPROTO_GRE, IPPROTO_MOBILE */ -#include -__RCSID("@(#) $FreeBSD$"); - #include "opt_inet.h" #include "opt_ns.h" #include "opt_atalk.h"