Remove $FreeBSD$: one-line .h pattern

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
This commit is contained in:
Warner Losh 2023-08-16 11:54:23 -06:00
parent 2ff63af9b8
commit 42b388439b
455 changed files with 0 additions and 455 deletions

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.2 (Berkeley) 4/1/94 * @(#)extern.h 8.2 (Berkeley) 4/1/94
* $FreeBSD$
*/ */
typedef struct { typedef struct {

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)dd.h 8.3 (Berkeley) 4/2/94 * @(#)dd.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/ */
/* Input/output stream state. */ /* Input/output stream state. */

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.3 (Berkeley) 4/2/94 * @(#)extern.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/ */
void block(void); void block(void);

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp * @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
* $FreeBSD$
*/ */
#include <sys/param.h> #include <sys/param.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)extern.h 8.1 (Berkeley) 5/31/93 * from: @(#)extern.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
#include <stdbool.h> #include <stdbool.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)ls.h 8.1 (Berkeley) 5/31/93 * from: @(#)ls.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
#define NO_PRINT 1 #define NO_PRINT 1

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)cache.h 8.1 (Berkeley) 5/31/93 * @(#)cache.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)cpio.h 8.1 (Berkeley) 5/31/93 * @(#)cpio.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.2 (Berkeley) 4/18/94 * @(#)extern.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ftree.h 8.1 (Berkeley) 5/31/93 * @(#)ftree.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)options.h 8.2 (Berkeley) 4/18/94 * @(#)options.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)pat_rep.h 8.1 (Berkeley) 5/31/93 * @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)pax.h 8.2 (Berkeley) 4/18/94 * @(#)pax.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)sel_subs.h 8.1 (Berkeley) 5/31/93 * @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)tables.h 8.1 (Berkeley) 5/31/93 * @(#)tables.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
/* /*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)tar.h 8.2 (Berkeley) 4/18/94 * @(#)tar.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/ */
/* /*

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.3 (Berkeley) 4/2/94 * @(#)extern.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/ */
struct kinfo; struct kinfo;

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ps.h 8.1 (Berkeley) 5/31/93 * @(#)ps.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
#include <sys/queue.h> #include <sys/queue.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)alias.h 8.2 (Berkeley) 5/4/95 * @(#)alias.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#define ALIASINUSE 1 #define ALIASINUSE 1

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)arith.h 1.1 (Berkeley) 5/4/95 * @(#)arith.h 1.1 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#include "shell.h" #include "shell.h"

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)bltin.h 8.2 (Berkeley) 5/4/95 * @(#)bltin.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* /*

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)error.h 8.2 (Berkeley) 5/4/95 * @(#)error.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* /*

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)eval.h 8.2 (Berkeley) 5/4/95 * @(#)eval.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
extern char *commandname; /* currently executing command */ extern char *commandname; /* currently executing command */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)exec.h 8.3 (Berkeley) 6/8/95 * @(#)exec.h 8.3 (Berkeley) 6/8/95
* $FreeBSD$
*/ */
/* values of cmdtype */ /* values of cmdtype */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)expand.h 8.2 (Berkeley) 5/4/95 * @(#)expand.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
struct arglist { struct arglist {

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)input.h 8.2 (Berkeley) 5/4/95 * @(#)input.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* PEOF (the end of file marker) is defined in syntax.h */ /* PEOF (the end of file marker) is defined in syntax.h */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)jobs.h 8.2 (Berkeley) 5/4/95 * @(#)jobs.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */ /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)mail.h 8.2 (Berkeley) 5/4/95 * @(#)mail.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
void chkmail(int); void chkmail(int);

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)main.h 8.2 (Berkeley) 5/4/95 * @(#)main.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
extern int rootpid; /* pid of main shell */ extern int rootpid; /* pid of main shell */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)memalloc.h 8.2 (Berkeley) 5/4/95 * @(#)memalloc.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#include <string.h> #include <string.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)myhistedit.h 8.2 (Berkeley) 5/4/95 * @(#)myhistedit.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#include <histedit.h> #include <histedit.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)mystring.h 8.2 (Berkeley) 5/4/95 * @(#)mystring.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#include <string.h> #include <string.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95 * @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#include <sys/param.h> #include <sys/param.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)options.h 8.2 (Berkeley) 5/4/95 * @(#)options.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
struct shparam { struct shparam {

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)output.h 8.2 (Berkeley) 5/4/95 * @(#)output.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#ifndef OUTPUT_INCL #ifndef OUTPUT_INCL

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)parser.h 8.3 (Berkeley) 5/4/95 * @(#)parser.h 8.3 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* control characters in argument strings */ /* control characters in argument strings */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)redir.h 8.2 (Berkeley) 5/4/95 * @(#)redir.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* flags passed to redirect */ /* flags passed to redirect */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)shell.h 8.2 (Berkeley) 5/4/95 * @(#)shell.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
#ifndef SHELL_H_ #ifndef SHELL_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)show.h 1.1 (Berkeley) 5/4/95 * @(#)show.h 1.1 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
void showtree(union node *); void showtree(union node *);

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)trap.h 8.3 (Berkeley) 6/5/95 * @(#)trap.h 8.3 (Berkeley) 6/5/95
* $FreeBSD$
*/ */
extern volatile sig_atomic_t pendingsig; extern volatile sig_atomic_t pendingsig;

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)var.h 8.2 (Berkeley) 5/4/95 * @(#)var.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/ */
/* /*

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.1 (Berkeley) 5/31/93 * @(#)extern.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
int c_cchars(const void *, const void *); int c_cchars(const void *, const void *);

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)stty.h 8.1 (Berkeley) 5/31/93 * @(#)stty.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/ */
#include <sys/ioctl.h> #include <sys/ioctl.h>

View File

@ -25,7 +25,6 @@
*/ */
/* /*
* $FreeBSD$
*/ */
#ifndef _THREAD_POOL_H_ #ifndef _THREAD_POOL_H_

View File

@ -38,7 +38,6 @@
* *
* From @(#)ctype.h 8.4 (Berkeley) 1/21/94 * From @(#)ctype.h 8.4 (Berkeley) 1/21/94
* From FreeBSD: src/include/ctype.h,v 1.27 2004/06/23 07:11:39 tjr Exp * From FreeBSD: src/include/ctype.h,v 1.27 2004/06/23 07:11:39 tjr Exp
* $FreeBSD$
*/ */
#ifndef __CTYPE_H_ #ifndef __CTYPE_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)a.out.h 8.1 (Berkeley) 6/2/93 * @(#)a.out.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _AOUT_H_ #ifndef _AOUT_H_

View File

@ -54,7 +54,6 @@
/*% /*%
* @(#)inet.h 8.1 (Berkeley) 6/2/93 * @(#)inet.h 8.1 (Berkeley) 6/2/93
* $Id: inet.h,v 1.3 2005/04/27 04:56:16 sra Exp $ * $Id: inet.h,v 1.3 2005/04/27 04:56:16 sra Exp $
* $FreeBSD$
*/ */
#ifndef _ARPA_INET_H_ #ifndef _ARPA_INET_H_

View File

@ -48,7 +48,6 @@
/* /*
* $Id: nameser.h,v 1.16 2009/03/03 01:52:48 each Exp $ * $Id: nameser.h,v 1.16 2009/03/03 01:52:48 each Exp $
* $FreeBSD$
*/ */
#ifndef _ARPA_NAMESER_H_ #ifndef _ARPA_NAMESER_H_

View File

@ -32,7 +32,6 @@
/*% /*%
* from nameser.h 8.1 (Berkeley) 6/2/93 * from nameser.h 8.1 (Berkeley) 6/2/93
* $Id: nameser_compat.h,v 1.8 2006/05/19 02:33:40 marka Exp $ * $Id: nameser_compat.h,v 1.8 2006/05/19 02:33:40 marka Exp $
* $FreeBSD$
*/ */
#ifndef _ARPA_NAMESER_COMPAT_ #ifndef _ARPA_NAMESER_COMPAT_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)telnet.h 8.2 (Berkeley) 12/15/93 * @(#)telnet.h 8.2 (Berkeley) 12/15/93
* $FreeBSD$
*/ */
#ifndef _ARPA_TELNET_H_ #ifndef _ARPA_TELNET_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)tftp.h 8.1 (Berkeley) 6/2/93 * @(#)tftp.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _ARPA_TFTP_H_ #ifndef _ARPA_TFTP_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)assert.h 8.2 (Berkeley) 1/21/94 * @(#)assert.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>

View File

@ -37,7 +37,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ctype.h 8.4 (Berkeley) 1/21/94 * @(#)ctype.h 8.4 (Berkeley) 1/21/94
* $FreeBSD$
*/ */
#ifndef _CTYPE_H_ #ifndef _CTYPE_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)db.h 8.7 (Berkeley) 6/16/94 * @(#)db.h 8.7 (Berkeley) 6/16/94
* $FreeBSD$
*/ */
#ifndef _DB_H_ #ifndef _DB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)dirent.h 8.2 (Berkeley) 7/28/94 * @(#)dirent.h 8.2 (Berkeley) 7/28/94
* $FreeBSD$
*/ */
#ifndef _DIRENT_H_ #ifndef _DIRENT_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)err.h 8.1 (Berkeley) 6/2/93 * @(#)err.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _ERR_H_ #ifndef _ERR_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)fstab.h 8.1 (Berkeley) 6/2/93 * @(#)fstab.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _FSTAB_H_ #ifndef _FSTAB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)fts.h 8.3 (Berkeley) 8/14/94 * @(#)fts.h 8.3 (Berkeley) 8/14/94
* $FreeBSD$
*/ */
#ifndef _FTS_H_ #ifndef _FTS_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)glob.h 8.1 (Berkeley) 6/2/93 * @(#)glob.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _GLOB_H_ #ifndef _GLOB_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)grp.h 8.2 (Berkeley) 1/21/94 * @(#)grp.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/ */
#ifndef _GRP_H_ #ifndef _GRP_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)limits.h 8.2 (Berkeley) 1/4/94 * @(#)limits.h 8.2 (Berkeley) 1/4/94
* $FreeBSD$
*/ */
#ifndef _LIMITS_H_ #ifndef _LIMITS_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)locale.h 8.1 (Berkeley) 6/2/93 * @(#)locale.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _LOCALE_H_ #ifndef _LOCALE_H_

View File

@ -1,6 +1,5 @@
/*- /*-
* This file is in the public domain. * This file is in the public domain.
* $FreeBSD$
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <malloc_np.h> #include <malloc_np.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)mpool.h 8.4 (Berkeley) 11/2/95 * @(#)mpool.h 8.4 (Berkeley) 11/2/95
* $FreeBSD$
*/ */
#ifndef _MPOOL_H_ #ifndef _MPOOL_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ndbm.h 8.1 (Berkeley) 6/2/93 * @(#)ndbm.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _NDBM_H_ #ifndef _NDBM_H_

View File

@ -53,7 +53,6 @@
/* /*
* @(#)netdb.h 8.1 (Berkeley) 6/2/93 * @(#)netdb.h 8.1 (Berkeley) 6/2/93
* From: Id: netdb.h,v 8.9 1996/11/19 08:39:29 vixie Exp $ * From: Id: netdb.h,v 8.9 1996/11/19 08:39:29 vixie Exp $
* $FreeBSD$
*/ */
#ifndef _NETDB_H_ #ifndef _NETDB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)paths.h 8.1 (Berkeley) 6/2/93 * @(#)paths.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _PATHS_H_ #ifndef _PATHS_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)pwd.h 8.2 (Berkeley) 1/21/94 * @(#)pwd.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/ */
#ifndef _PWD_H_ #ifndef _PWD_H_

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)regex.h 8.2 (Berkeley) 1/3/94 * @(#)regex.h 8.2 (Berkeley) 1/3/94
* $FreeBSD$
*/ */
#ifndef _REGEX_H_ #ifndef _REGEX_H_

View File

@ -19,7 +19,6 @@
/* /*
* $Id: res_update.h,v 1.3 2005/04/27 04:56:15 sra Exp $ * $Id: res_update.h,v 1.3 2005/04/27 04:56:15 sra Exp $
* $FreeBSD$
*/ */
#ifndef __RES_UPDATE_H #ifndef __RES_UPDATE_H

View File

@ -49,7 +49,6 @@
/*% /*%
* @(#)resolv.h 8.1 (Berkeley) 6/2/93 * @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.30 2009/03/03 01:52:48 each Exp $ * $Id: resolv.h,v 1.30 2009/03/03 01:52:48 each Exp $
* $FreeBSD$
*/ */
#ifndef _RESOLV_H_ #ifndef _RESOLV_H_

View File

@ -32,7 +32,6 @@
* from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
* from: @(#)auth.h 1.43 98/02/02 SMI * from: @(#)auth.h 1.43 98/02/02 SMI
* $FreeBSD$
*/ */
/* /*

View File

@ -29,7 +29,6 @@
* *
* from: @(#)auth_unix.h 1.8 88/02/08 SMI * from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)clnt.h 1.31 94/04/29 SMI * from: @(#)clnt.h 1.31 94/04/29 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -1,6 +1,5 @@
/* /*
* @(#)des_crypt.h 2.1 88/08/11 4.0 RPCSRC; from 1.4 88/02/08 (C) 1986 SMI * @(#)des_crypt.h 2.1 88/08/11 4.0 RPCSRC; from 1.4 88/02/08 (C) 1986 SMI
* $FreeBSD$
* *
* des_crypt.h, des library routine interface * des_crypt.h, des library routine interface
* Copyright (C) 1986, Sun Microsystems, Inc. * Copyright (C) 1986, Sun Microsystems, Inc.

View File

@ -31,7 +31,6 @@
* *
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI * from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI * from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI * from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)rpc.h 1.9 88/02/08 SMI * from: @(#)rpc.h 1.9 88/02/08 SMI
* from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)svc.h 1.35 88/12/17 SMI * from: @(#)svc.h 1.35 88/12/17 SMI
* from: @(#)svc.h 1.27 94/04/25 SMI * from: @(#)svc.h 1.27 94/04/25 SMI
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)svc_auth.h 1.6 86/07/16 SMI * from: @(#)svc_auth.h 1.6 86/07/16 SMI
* @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC * @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -31,7 +31,6 @@
* *
* from: @(#)xdr.h 1.19 87/04/22 SMI * from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/ */
/* /*

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)runetype.h 8.1 (Berkeley) 6/2/93 * @(#)runetype.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _RUNETYPE_H_ #ifndef _RUNETYPE_H_

View File

@ -3,7 +3,6 @@
* Public domain. * Public domain.
* *
* $NetBSD: search.h,v 1.16 2005/02/03 04:39:32 perry Exp $ * $NetBSD: search.h,v 1.16 2005/02/03 04:39:32 perry Exp $
* $FreeBSD$
*/ */
#ifndef _SEARCH_H_ #ifndef _SEARCH_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)setjmp.h 8.2 (Berkeley) 1/21/94 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/ */
#ifndef _SETJMP_H_ #ifndef _SETJMP_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)signal.h 8.3 (Berkeley) 3/30/94 * @(#)signal.h 8.3 (Berkeley) 3/30/94
* $FreeBSD$
*/ */
#ifndef _SIGNAL_H_ #ifndef _SIGNAL_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)stdio.h 8.5 (Berkeley) 4/29/95 * @(#)stdio.h 8.5 (Berkeley) 4/29/95
* $FreeBSD$
*/ */
#ifndef _STDIO_H_ #ifndef _STDIO_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)stdlib.h 8.5 (Berkeley) 5/19/95 * @(#)stdlib.h 8.5 (Berkeley) 5/19/95
* $FreeBSD$
*/ */
#ifndef _STDLIB_H_ #ifndef _STDLIB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)string.h 8.1 (Berkeley) 6/2/93 * @(#)string.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _STRING_H_ #ifndef _STRING_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)termios.h 8.3 (Berkeley) 3/28/94 * @(#)termios.h 8.3 (Berkeley) 3/28/94
* $FreeBSD$
*/ */
#ifndef _TERMIOS_H_ #ifndef _TERMIOS_H_

View File

@ -37,7 +37,6 @@
*/ */
/* /*
* $FreeBSD$
*/ */
#ifndef _TIME_H_ #ifndef _TIME_H_

View File

@ -37,7 +37,6 @@
*/ */
/* /*
* $FreeBSD$
*/ */
#ifndef _TIMECONV_H_ #ifndef _TIMECONV_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ttyent.h 8.1 (Berkeley) 6/2/93 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _TTYENT_H_ #ifndef _TTYENT_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)unistd.h 8.12 (Berkeley) 4/27/95 * @(#)unistd.h 8.12 (Berkeley) 4/27/95
* $FreeBSD$
*/ */
#ifndef _UNISTD_H_ #ifndef _UNISTD_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)utime.h 8.1 (Berkeley) 6/2/93 * @(#)utime.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/ */
#ifndef _UTIME_H_ #ifndef _UTIME_H_

View File

@ -27,7 +27,6 @@
* *
* citrus Id: wctype.h,v 1.4 2000/12/21 01:50:21 itojun Exp * citrus Id: wctype.h,v 1.4 2000/12/21 01:50:21 itojun Exp
* $NetBSD: wctype.h,v 1.3 2000/12/22 14:16:16 itojun Exp $ * $NetBSD: wctype.h,v 1.3 2000/12/22 14:16:16 itojun Exp $
* $FreeBSD$
*/ */
#ifndef _WCTYPE_H_ #ifndef _WCTYPE_H_

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $ * $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $
* $FreeBSD$
*/ */
#define L2CAP_SOCKET_CHECKED #define L2CAP_SOCKET_CHECKED
#include <bluetooth.h> #include <bluetooth.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $ * $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $
* $FreeBSD$
*/ */
#ifndef _BLUETOOTH_H_ #ifndef _BLUETOOTH_H_

View File

@ -1,5 +1,4 @@
/* /*
* $FreeBSD$
*/ */
/* /*

Some files were not shown because too many files have changed in this diff Show More