mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Remove $FreeBSD$: one-line xdr pattern
Remove /^\s*%\s*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
This commit is contained in:
parent
26a58599a0
commit
9524e274b5
@ -51,7 +51,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const MAX_MACHINE_NAME = 255;
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -48,7 +48,6 @@
|
||||
%/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */
|
||||
%/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
%
|
||||
%/*
|
||||
% * Compiled from key_prot.x using rpcgen.
|
||||
|
@ -44,7 +44,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)klm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const LM_MAXSTRLEN = 1024;
|
||||
|
@ -39,7 +39,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)mount.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
|
||||
|
@ -35,7 +35,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)nfs_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const NFS_PORT = 2049;
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -39,7 +39,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
#ifdef RPC_HDR
|
||||
|
@ -40,7 +40,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -15,7 +15,6 @@
|
||||
%/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
|
||||
%#endif /* not lint */
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -36,7 +36,6 @@
|
||||
%
|
||||
%#pragma ident "@(#)pmap_prot.x 1.6 94/04/29 SMI"
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
%
|
||||
%#ifndef _KERNEL
|
||||
%
|
||||
|
@ -39,7 +39,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const STRINGSIZE = 1024;
|
||||
|
@ -39,7 +39,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const MAXUSERS = 100;
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const RQ_PATHLEN = 1024;
|
||||
|
@ -51,8 +51,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)rstat.x 2.2 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
|
||||
#endif /* def RPC_HDR */
|
||||
|
||||
const RSTAT_CPUSTATES = 4;
|
||||
|
@ -40,7 +40,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
program SM_PROG {
|
||||
|
@ -40,7 +40,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)spray.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const SPRAYMAX = 8845; /* max amount can spray */
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
const YPMAXRECORD = 16777216;
|
||||
|
@ -40,7 +40,6 @@
|
||||
%/*static char sccsid[] = "from: @(#)yppasswd.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%#endif /* not lint */
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
program YPPASSWDPROG {
|
||||
|
@ -35,7 +35,6 @@
|
||||
%/* from @(#)ypupdate_prot.x 1.3 91/03/11 TIRPC 1.0 */
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
%
|
||||
%/*
|
||||
|
@ -66,7 +66,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
/* XXX cribbed from yp.x */
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#ifndef RPC_HDR
|
||||
%#include <sys/cdefs.h>
|
||||
%__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
#ifdef RPC_HDR
|
||||
|
Loading…
Reference in New Issue
Block a user