Remove __RCSID().

Submitted by:	bde
This commit is contained in:
Maxim Sobolev 2002-09-17 11:31:41 +00:00
parent 48eaac247f
commit 563a9b6ecb
2 changed files with 0 additions and 6 deletions

View File

@ -46,9 +46,6 @@
* Also supported: IP in IP encaps (proto 55) as of RFC 2004
*/
#include <sys/cdefs.h>
__RCSID("@(#) $FreeBSD$");
#include "opt_atalk.h"
#include "opt_inet.h"
#include "opt_ns.h"

View File

@ -43,9 +43,6 @@
* This currently handles IPPROTO_GRE, IPPROTO_MOBILE
*/
#include <sys/cdefs.h>
__RCSID("@(#) $FreeBSD$");
#include "opt_inet.h"
#include "opt_ns.h"
#include "opt_atalk.h"