diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:26 +0000 |
commit | 3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch) | |
tree | eb78e480f145df82b587a21d05299b496d5e15ad /usr.bin/rpcgen/rpc_hout.c | |
parent | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff) |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
Diffstat (limited to 'usr.bin/rpcgen/rpc_hout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_hout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 6aa6ff7b4667..fb1163010563 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * rpc_hout.c, Header file outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. |