1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 10:43:09 +00:00

Fix the style of the SCM ID's.

I believe have made all of libc .h's as consistent as possible.
This commit is contained in:
David E. O'Brien 2002-03-22 23:42:05 +00:00
parent d3d20c8267
commit 1114a754ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92991
29 changed files with 35 additions and 25 deletions

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */
/*
@ -26,6 +25,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $FreeBSD$
*/
#include <machine/asm.h>

View File

@ -33,8 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*
* @(#)SYS.h 5.5 (Berkeley) 5/7/91
* $FreeBSD$
*/

View File

@ -34,11 +34,9 @@
* SUCH DAMAGE.
*
* @(#)btree.h 8.11 (Berkeley) 8/17/94
* $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* Macros to set/clear/test flags. */
#define F_SET(p, f) (p)->flags |= (f)
#define F_CLR(p, f) (p)->flags &= ~(f)

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)page.h 8.2 (Berkeley) 5/31/94
* $FreeBSD$
*/
/*

View File

@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)recno.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$
*/
enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */

View File

@ -31,8 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pw_scan.h 8.1 (Berkeley) 4/1/94
*
* $FreeBSD$
* $FreeBSD$
*/
#define _PWSCAN_MASTER 0x01

View File

@ -33,8 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*
* @(#)SYS.h 5.5 (Berkeley) 5/7/91
* $FreeBSD$
*/

View File

@ -1,5 +1,4 @@
/* $FreeBSD$ */
/* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */
/* $NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -26,6 +25,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $FreeBSD$
*/
#include <machine/asm.h>

View File

@ -24,7 +24,6 @@
* SUCH DAMAGE.
*
* $FreeBSD$
*
*/
#ifndef _NAMESPACE_H_

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* $OpenBSD: SYS.h,v 1.3 1996/07/30 20:27:48 pefo Exp $
* $FreeBSD$
*/
#include <sys/syscall.h>

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* $OpenBSD: SYS.h,v 1.3 1996/07/30 20:27:48 pefo Exp $
* $FreeBSD$
*/
#include <sys/syscall.h>

View File

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#define DEBUG 1 /* enable debugging code (needed for dig) */
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/

View File

@ -35,6 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cclass.h 8.3 (Berkeley) 3/20/94
* $FreeBSD$
*/

View File

@ -35,6 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cname.h 8.3 (Berkeley) 3/20/94
* $FreeBSD$
*/
/* character-name table */

View File

@ -1,5 +1,6 @@
/* $FreeBSD$
*/
#define _POSIX2_RE_DUP_MAX 255
#define CHAR_MIN (-128)
#define CHAR_MAX 127

View File

@ -1,4 +1,5 @@
/* $FreeBSD$
*/
extern char *malloc();
extern char *realloc();

View File

@ -35,7 +35,6 @@
* SUCH DAMAGE.
*
* @(#)regex2.h 8.4 (Berkeley) 3/20/94
*
* $FreeBSD$
*/

View File

@ -35,6 +35,7 @@
* SUCH DAMAGE.
*
* @(#)utils.h 8.3 (Berkeley) 3/20/94
* $FreeBSD$
*/
/* utility definitions */

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
* @(#)SYS.h 5.5 (Berkeley) 5/7/91
* from: FreeBSD: src/lib/libc/i386/SYS.h,v 1.20 2001/01/29
* $FreeBSD$
*/

View File

@ -39,9 +39,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)fpu_arith.h 8.1 (Berkeley) 6/11/93
* from: NetBSD: fpu_arith.h,v 1.3 2000/07/24 04:11:03 mycroft
*
* @(#)fpu_arith.h 8.1 (Berkeley) 6/11/93
* $NetBSD: fpu_arith.h,v 1.3 2000/07/24 04:11:03 mycroft Exp $
* $FreeBSD$
*/

View File

@ -39,8 +39,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)fpu_emu.h 8.1 (Berkeley) 6/11/93
* from: NetBSD: fpu_emu.h,v 1.4 2000/08/03 18:32:07 eeh
* @(#)fpu_emu.h 8.1 (Berkeley) 6/11/93
* $NetBSD: fpu_emu.h,v 1.4 2000/08/03 18:32:07 eeh Exp $
* $FreeBSD$
*/

View File

@ -33,7 +33,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* from: NetBSD: fpu_extern.h,v 1.4 2000/08/03 18:32:08 eeh Exp
* $NetBSD: fpu_extern.h,v 1.4 2000/08/03 18:32:08 eeh Exp $
* $FreeBSD$
*/

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)floatio.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$
*/
/*

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)fvwrite.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$
*/
/*

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)glue.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$
*/
/*

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* @(#)local.h 8.3 (Berkeley) 7/3/94
*
* $FreeBSD$
*/

View File

@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)atexit.h 8.2 (Berkeley) 7/3/94
* $FreeBSD$
*/
/* must be at least 32 to guarantee ANSI conformance */

View File

@ -1,11 +1,11 @@
/* $FreeBSD$ */
#ifndef PRIVATE_H
#define PRIVATE_H
/*
** This file is in the public domain, so clarified as of
** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov).
**
** $FreeBSD$
*/
/* Stuff moved from Makefile.inc to reduce clutter */

View File

@ -1,10 +1,12 @@
#ifndef TZFILE_H
#define TZFILE_H
/*
** This file is in the public domain, so clarified as of
** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
**
** $FreeBSD$
*/
/*