From 3d497e17ebd33fe0f58d773e35ab994d750258d6 Mon Sep 17 00:00:00 2001 From: Warner Losh <imp@FreeBSD.org> Date: Mon, 21 Aug 2023 19:31:41 -0600 Subject: Remove $FreeBSD$: one-line .c pattern Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555) --- usr.bin/rpcgen/rpc_hout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/rpcgen/rpc_hout.c') 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. -- cgit v1.2.3