From 1d386b48a555f61cb7325543adbbb5c3f3407a66 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:42 -0600 Subject: Remove $FreeBSD$: one-line .c pattern Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ --- usr.sbin/mountd/mountd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/mountd/mountd.c') diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 22dfcc3c1abb..436481bad14c 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include -- cgit v1.2.3