1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00

Remove excessive sys/cdefs.h inclusion

ok guenther millert kettenis
This commit is contained in:
deraadt 2012-12-05 23:19:48 +00:00
parent a2931f6f4f
commit 4a39ccd02c
461 changed files with 461 additions and 1136 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: data.c,v 1.6 2009/10/27 23:59:23 deraadt Exp $ */
/* $OpenBSD: data.c,v 1.7 2012/12/05 23:19:48 deraadt Exp $ */
/*
* Copyright (c) 1980, 1993
@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "tutor.h"
int maxmoves = 23;

View File

@ -1,4 +1,4 @@
/* $OpenBSD: display.c,v 1.4 2002/02/19 19:39:36 millert Exp $ */
/* $OpenBSD: display.c,v 1.5 2012/12/05 23:19:50 deraadt Exp $ */
/*
* Display abstraction.
@ -9,7 +9,6 @@
#define USE_CURSES
#endif
#include <sys/cdefs.h>
#include "display.h"
#if !defined(USE_CURSES)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: assorted.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */
/* $OpenBSD: assorted.c,v 1.6 2012/12/05 23:19:50 deraadt Exp $ */
/* $NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $ */
/*
@ -31,7 +31,6 @@
*/
#include "extern.h"
#include <sys/cdefs.h>
#include <stdlib.h>
#include <unistd.h>
#include <err.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: getpar.h,v 1.7 2010/04/30 19:29:01 jsg Exp $ */
/* $OpenBSD: getpar.h,v 1.8 2012/12/05 23:19:50 deraadt Exp $ */
/* $NetBSD: getpar.h,v 1.3 1995/04/22 10:58:59 cgd Exp $ */
/*
@ -32,8 +32,6 @@
* @(#)getpar.h 8.1 (Berkeley) 5/31/93
*/
#include <sys/cdefs.h>
typedef void (*cmdfun)(int);
struct cvntab /* used for getcodpar() parameter list */

View File

@ -1,4 +1,4 @@
/* $OpenBSD: trek.h,v 1.11 2010/04/30 19:29:01 jsg Exp $ */
/* $OpenBSD: trek.h,v 1.12 2012/12/05 23:19:51 deraadt Exp $ */
/* $NetBSD: trek.h,v 1.3 1995/04/22 10:59:36 cgd Exp $ */
/*
@ -32,8 +32,6 @@
* @(#)trek.h 8.1 (Berkeley) 5/31/93
*/
#include <sys/cdefs.h>
/*
** Global Declarations
**

View File

@ -1,4 +1,4 @@
/* $OpenBSD: inet.h,v 1.14 2012/09/15 00:47:08 guenther Exp $ */
/* $OpenBSD: inet.h,v 1.15 2012/12/05 23:19:57 deraadt Exp $ */
/*
* ++Copyright++ 1983, 1993
@ -61,7 +61,6 @@
/* External definitions for functions in inet(3) */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: nameser.h,v 1.11 2005/12/20 02:06:56 millert Exp $ */
/* $OpenBSD: nameser.h,v 1.12 2012/12/05 23:19:57 deraadt Exp $ */
/*
* ++Copyright++ 1983, 1989, 1993
@ -81,7 +81,6 @@
#ifndef _NAMESER_H_
#define _NAMESER_H_
#include <sys/cdefs.h>
#include <sys/param.h>
/*

View File

@ -1,4 +1,4 @@
/* $OpenBSD: bm.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */
/* $OpenBSD: bm.h,v 1.9 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */
/*-
@ -47,8 +47,6 @@ typedef struct {
size_t md2; /* mini delta */
} bm_pat;
#include <sys/cdefs.h>
__BEGIN_DECLS
bm_pat *bm_comp(unsigned char const *, size_t, unsigned char const *);
unsigned char *bm_exec(bm_pat *, unsigned char *, size_t)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: db.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */
/* $OpenBSD: db.h,v 1.9 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: db.h,v 1.13 1994/10/26 00:55:48 cgd Exp $ */
/*-
@ -36,7 +36,6 @@
#define _DB_H_
#include <sys/types.h>
#include <sys/cdefs.h>
#include <limits.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: errno.h,v 1.1 2005/12/28 16:33:56 millert Exp $ */
/* $OpenBSD: errno.h,v 1.2 2012/12/05 23:19:57 deraadt Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -39,7 +39,6 @@
#ifndef _ERRNO_H_
#define _ERRNO_H_
#include <sys/cdefs.h>
#include <sys/errno.h>
__BEGIN_DECLS

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fts.h,v 1.13 2010/09/24 13:56:32 millert Exp $ */
/* $OpenBSD: fts.h,v 1.14 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: fts.h,v 1.5 1994/12/28 01:41:50 mycroft Exp $ */
/*
@ -113,8 +113,6 @@ typedef struct _ftsent {
char fts_name[1]; /* file name */
} FTSENT;
#include <sys/cdefs.h>
__BEGIN_DECLS
FTSENT *fts_children(FTS *, int);
int fts_close(FTS *);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: glob.h,v 1.12 2012/10/01 00:21:19 guenther Exp $ */
/* $OpenBSD: glob.h,v 1.13 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
/*
@ -38,7 +38,6 @@
#ifndef _GLOB_H_
#define _GLOB_H_
#include <sys/cdefs.h>
#include <sys/stat.h>
struct stat;

View File

@ -1,4 +1,4 @@
/* $OpenBSD: grp.h,v 1.10 2012/10/01 00:21:19 guenther Exp $ */
/* $OpenBSD: grp.h,v 1.11 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: grp.h,v 1.7 1995/04/29 05:30:40 cgd Exp $ */
/*-
@ -40,7 +40,6 @@
#ifndef _GRP_H_
#define _GRP_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#if __BSD_VISIBLE

View File

@ -1,4 +1,4 @@
/* $OpenBSD: kvm.h,v 1.16 2012/01/07 05:38:12 guenther Exp $ */
/* $OpenBSD: kvm.h,v 1.17 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: kvm.h,v 1.7 1996/04/19 12:02:50 leo Exp $ */
/*-
@ -46,7 +46,6 @@
#define KVM_NO_FILES 0x80000000
#include <nlist.h>
#include <sys/cdefs.h>
#include <stdio.h>
__BEGIN_DECLS

View File

@ -1,4 +1,4 @@
/* $OpenBSD: langinfo.h,v 1.6 2011/07/07 14:25:15 sobrado Exp $ */
/* $OpenBSD: langinfo.h,v 1.7 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: langinfo.h,v 1.3 1995/04/28 23:30:54 jtc Exp $ */
/*
@ -9,7 +9,6 @@
#ifndef _LANGINFO_H_
#define _LANGINFO_H_
#include <sys/cdefs.h>
#include <nl_types.h>
#define D_T_FMT 0 /* String for formatting date and time */

View File

@ -1,4 +1,4 @@
/* $OpenBSD: math.h,v 1.30 2011/07/06 00:02:42 martynas Exp $ */
/* $OpenBSD: math.h,v 1.31 2012/12/05 23:19:57 deraadt Exp $ */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@ -18,7 +18,6 @@
#define _MATH_H_
#include <sys/_types.h>
#include <sys/cdefs.h>
#include <sys/limits.h>
__BEGIN_DECLS

View File

@ -1,4 +1,4 @@
/* $OpenBSD: md4.h,v 1.15 2004/06/22 01:57:30 jfb Exp $ */
/* $OpenBSD: md4.h,v 1.16 2012/12/05 23:19:57 deraadt Exp $ */
/*
* This code implements the MD4 message-digest algorithm.
@ -26,8 +26,6 @@ typedef struct MD4Context {
u_int8_t buffer[MD4_BLOCK_LENGTH]; /* input buffer */
} MD4_CTX;
#include <sys/cdefs.h>
__BEGIN_DECLS
void MD4Init(MD4_CTX *);
void MD4Update(MD4_CTX *, const u_int8_t *, size_t)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: md5.h,v 1.16 2004/06/22 01:57:30 jfb Exp $ */
/* $OpenBSD: md5.h,v 1.17 2012/12/05 23:19:57 deraadt Exp $ */
/*
* This code implements the MD5 message-digest algorithm.
@ -25,8 +25,6 @@ typedef struct MD5Context {
u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */
} MD5_CTX;
#include <sys/cdefs.h>
__BEGIN_DECLS
void MD5Init(MD5_CTX *);
void MD5Update(MD5_CTX *, const u_int8_t *, size_t)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: pwd.h,v 1.20 2008/06/25 14:51:27 millert Exp $ */
/* $OpenBSD: pwd.h,v 1.21 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */
/*-
@ -41,7 +41,6 @@
#ifndef _PWD_H_
#define _PWD_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#if __BSD_VISIBLE

View File

@ -1,4 +1,4 @@
/* $OpenBSD: regex.h,v 1.6 2003/06/02 19:34:12 millert Exp $ */
/* $OpenBSD: regex.h,v 1.7 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: regex.h,v 1.4.6.1 1996/06/10 18:57:07 explorer Exp $ */
/*-
@ -39,7 +39,6 @@
#ifndef _REGEX_H_
#define _REGEX_H_
#include <sys/cdefs.h>
#include <sys/types.h>
/* types */

View File

@ -1,4 +1,4 @@
/* $OpenBSD: resolv.h,v 1.18 2012/07/10 11:46:23 guenther Exp $ */
/* $OpenBSD: resolv.h,v 1.19 2012/12/05 23:19:57 deraadt Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -88,7 +88,6 @@
#ifndef _RESOLV_H_
#define _RESOLV_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: rmd160.h,v 1.16 2004/06/22 01:57:30 jfb Exp $ */
/* $OpenBSD: rmd160.h,v 1.17 2012/12/05 23:19:57 deraadt Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@ -36,8 +36,6 @@ typedef struct RMD160Context {
u_int8_t buffer[RMD160_BLOCK_LENGTH]; /* input buffer */
} RMD160_CTX;
#include <sys/cdefs.h>
__BEGIN_DECLS
void RMD160Init(RMD160_CTX *);
void RMD160Transform(u_int32_t [5], const u_int8_t [RMD160_BLOCK_LENGTH])

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sgtty.h,v 1.4 2003/06/02 19:34:12 millert Exp $ */
/* $OpenBSD: sgtty.h,v 1.5 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: sgtty.h,v 1.4 1995/06/05 19:40:33 pk Exp $ */
/*
@ -36,7 +36,6 @@
#define USE_OLD_TTY
#endif
#include <sys/ioctl.h>
#include <sys/cdefs.h>
__BEGIN_DECLS
int gtty(int, struct sgttyb *);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sha1.h,v 1.23 2004/06/22 01:57:30 jfb Exp $ */
/* $OpenBSD: sha1.h,v 1.24 2012/12/05 23:19:57 deraadt Exp $ */
/*
* SHA-1 in C
@ -19,8 +19,6 @@ typedef struct {
u_int8_t buffer[SHA1_BLOCK_LENGTH];
} SHA1_CTX;
#include <sys/cdefs.h>
__BEGIN_DECLS
void SHA1Init(SHA1_CTX *);
void SHA1Pad(SHA1_CTX *);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sha2.h,v 1.7 2008/09/06 12:00:19 djm Exp $ */
/* $OpenBSD: sha2.h,v 1.8 2012/12/05 23:19:57 deraadt Exp $ */
/*
* FILE: sha2.h
@ -60,8 +60,6 @@ typedef struct _SHA2_CTX {
u_int8_t buffer[SHA512_BLOCK_LENGTH];
} SHA2_CTX;
#include <sys/cdefs.h>
__BEGIN_DECLS
void SHA256Init(SHA2_CTX *);
void SHA256Transform(u_int32_t state[8], const u_int8_t [SHA256_BLOCK_LENGTH]);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: signal.h,v 1.19 2012/06/10 21:31:03 guenther Exp $ */
/* $OpenBSD: signal.h,v 1.20 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */
/*-
@ -35,7 +35,6 @@
#ifndef _USER_SIGNAL_H
#define _USER_SIGNAL_H
#include <sys/cdefs.h>
#include <sys/signal.h>
#if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE

View File

@ -1,4 +1,4 @@
/* $OpenBSD: spawn.h,v 1.1 2012/03/21 23:20:35 matthew Exp $ */
/* $OpenBSD: spawn.h,v 1.2 2012/12/05 23:19:57 deraadt Exp $ */
/*-
* Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
* All rights reserved.
@ -30,7 +30,6 @@
#ifndef _SPAWN_H_
#define _SPAWN_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/signal.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: unistd.h,v 1.73 2012/06/21 00:56:59 guenther Exp $ */
/* $OpenBSD: unistd.h,v 1.74 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@ -35,7 +35,6 @@
#ifndef _UNISTD_H_
#define _UNISTD_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/unistd.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: crt0.c,v 1.2 2004/02/01 05:44:37 drahn Exp $ */
/* $OpenBSD: crt0.c,v 1.3 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crt0.c,v 1.6 2002/01/01 01:31:06 thorpej Exp $ */
/*
@ -33,7 +33,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <machine/asm.h>

View File

@ -1,7 +1,7 @@
/* $OpenBSD: crtend.c,v 1.9 2010/05/01 11:32:43 kettenis Exp $ */
/* $OpenBSD: crtend.c,v 1.10 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crtend.c,v 1.1 1996/09/12 16:59:04 cgd Exp $ */
#include <sys/cdefs.h>
#include <sys/types.h>
#include "md_init.h"
#include "extern.h"

View File

@ -1,7 +1,7 @@
/* $OpenBSD: crtendS.c,v 1.7 2010/05/01 11:32:43 kettenis Exp $ */
/* $OpenBSD: crtendS.c,v 1.8 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crtend.c,v 1.1 1997/04/16 19:38:24 thorpej Exp $ */
#include <sys/cdefs.h>
#include <sys/types.h>
#include "md_init.h"
#include "extern.h"

View File

@ -1,7 +1,7 @@
/* $OpenBSD: crtend.c,v 1.9 2010/05/01 11:32:43 kettenis Exp $ */
/* $OpenBSD: crtend.c,v 1.10 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crtend.c,v 1.1 1996/09/12 16:59:04 cgd Exp $ */
#include <sys/cdefs.h>
#include <sys/types.h>
#include "md_init.h"
#include "extern.h"

View File

@ -1,7 +1,7 @@
/* $OpenBSD: crtendS.c,v 1.7 2010/05/01 11:32:43 kettenis Exp $ */
/* $OpenBSD: crtendS.c,v 1.8 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crtend.c,v 1.1 1997/04/16 19:38:24 thorpej Exp $ */
#include <sys/cdefs.h>
#include <sys/types.h>
#include "md_init.h"
#include "extern.h"

View File

@ -1,4 +1,4 @@
/* $OpenBSD: md_init.h,v 1.1 2011/07/04 05:42:11 pirofti Exp $ */
/* $OpenBSD: md_init.h,v 1.2 2012/12/05 23:19:57 deraadt Exp $ */
/*
* Copyright (c) 2011 Paul Irofti <pirofti@openbsd.org>
@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/asm.h>
#define MD_SECT_CALL_FUNC(section, func) \

View File

@ -1,4 +1,4 @@
/* $OpenBSD: crt0.c,v 1.4 2012/04/12 11:28:32 jsg Exp $ */
/* $OpenBSD: crt0.c,v 1.5 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: crt0.c,v 1.10 2004/08/26 21:16:41 thorpej Exp $ */
/*
@ -36,7 +36,6 @@
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <machine/asm.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: bwx.c,v 1.4 2003/10/06 22:29:45 miod Exp $ */
/* $OpenBSD: bwx.c,v 1.5 2012/12/05 23:19:58 deraadt Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
* All rights reserved.
@ -25,8 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#define vm_page_size (sysconf(_SC_PAGESIZE)) /* XXX */
#include <sys/param.h>
#include <sys/mman.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: io.c,v 1.2 2009/10/01 19:37:16 miod Exp $ */
/* $OpenBSD: io.c,v 1.3 2012/12/05 23:19:58 deraadt Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
* All rights reserved.
@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: amd64_get_fsbase.c,v 1.1 2011/04/05 21:14:00 guenther Exp $ */
/* $OpenBSD: amd64_get_fsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_get_ioperm.c,v 1.2 1996/02/27 22:57:22 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: amd64_get_ioperm.c,v 1.2 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: amd64_get_ioperm.c,v 1.3 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: amd64_get_ioperm.c,v 1.2 1996/02/27 22:57:22 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: amd64_iopl.c,v 1.2 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: amd64_iopl.c,v 1.3 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_iopl.c,v 1.2 1996/02/27 22:57:29 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: amd64_set_fsbase.c,v 1.1 2011/04/05 21:14:00 guenther Exp $ */
/* $OpenBSD: amd64_set_fsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_set_ioperm.c,v 1.2 1996/02/27 22:57:31 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: amd64_set_ioperm.c,v 1.2 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: amd64_set_ioperm.c,v 1.3 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: amd64_set_ioperm.c,v 1.2 1996/02/27 22:57:31 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: arm_drain_writebuf.c,v 1.1 2005/02/03 17:12:41 drahn Exp $ */
/* $OpenBSD: arm_drain_writebuf.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: arm_drain_writebuf.c,v 1.1 2002/03/30 06:24:34 thorpej Exp $ */
/*
@ -33,7 +33,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/sysarch.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: arm_sync_icache.c,v 1.1 2005/02/03 17:12:41 drahn Exp $ */
/* $OpenBSD: arm_sync_icache.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: arm_sync_icache.c,v 1.1 2002/03/30 06:24:34 thorpej Exp $ */
/*
@ -33,7 +33,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/sysarch.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_get_fsbase.c,v 1.1 2011/03/12 04:12:29 guenther Exp $ */
/* $OpenBSD: i386_get_fsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_get_ioperm.c,v 1.2 1996/02/27 22:57:22 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_get_gsbase.c,v 1.1 2011/03/12 04:12:29 guenther Exp $ */
/* $OpenBSD: i386_get_gsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_get_ioperm.c,v 1.2 1996/02/27 22:57:22 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_get_ioperm.c,v 1.5 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: i386_get_ioperm.c,v 1.6 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_get_ioperm.c,v 1.2 1996/02/27 22:57:22 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -27,7 +27,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_iopl.c,v 1.5 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: i386_iopl.c,v 1.6 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_iopl.c,v 1.2 1996/02/27 22:57:29 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_set_fsbase.c,v 1.1 2011/03/12 04:12:29 guenther Exp $ */
/* $OpenBSD: i386_set_fsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_set_ioperm.c,v 1.2 1996/02/27 22:57:31 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_set_gsbase.c,v 1.1 2011/03/12 04:12:29 guenther Exp $ */
/* $OpenBSD: i386_set_gsbase.c,v 1.2 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_set_ioperm.c,v 1.2 1996/02/27 22:57:31 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_set_ioperm.c,v 1.5 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: i386_set_ioperm.c,v 1.6 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_set_ioperm.c,v 1.2 1996/02/27 22:57:31 jtc Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -27,7 +27,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: i386_vm86.c,v 1.4 2008/06/26 05:42:04 ray Exp $ */
/* $OpenBSD: i386_vm86.c,v 1.5 2012/12/05 23:19:58 deraadt Exp $ */
/* $NetBSD: i386_vm86.c,v 1.1 1996/02/21 00:21:56 jtk Exp $ */
/*-
@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/signal.h>
#include <machine/segments.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fabs.c,v 1.7 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: fabs.c,v 1.8 2012/12/05 23:19:58 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -15,7 +15,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/ieee.h>

View File

@ -1,10 +1,10 @@
/* $OpenBSD: fabs.c,v 1.7 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: fabs.c,v 1.8 2012/12/05 23:19:58 deraadt Exp $ */
/*
* Written by Miodrag Vallat. Public domain
*/
#include <sys/cdefs.h>
#include <sys/types.h>
double
fabs(double val)

View File

@ -1,10 +1,10 @@
/* $OpenBSD: fabs.c,v 1.4 2011/08/19 15:44:36 kettenis Exp $ */
/* $OpenBSD: fabs.c,v 1.5 2012/12/05 23:19:58 deraadt Exp $ */
/*
* Written by Miodrag Vallat. Public domain
*/
#include <sys/cdefs.h>
#include <sys/types.h>
double
fabs(double val)

View File

@ -27,7 +27,7 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/asm.h>
#include <sys/syscall.h>

View File

@ -3,7 +3,7 @@
* Public domain.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
/* __FBSDID("$FreeBSD: src/lib/libc/ia64/gen/flt_rounds.c,v 1.1 2004/07/19 08:17:24 das Exp $"); */
#include <float.h>

View File

@ -24,7 +24,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/libc/ia64/gen/fpgetmask.c,v 1.4 2003/10/22 09:00:07 marcel Exp $"); */
#include <sys/types.h>

View File

@ -24,7 +24,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/libc/ia64/gen/fpsetmask.c,v 1.4 2003/10/22 09:00:07 marcel Exp $"); */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fabs.c,v 1.6 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: fabs.c,v 1.7 2012/12/05 23:19:58 deraadt Exp $ */
/*
* Copyright (c) 2002 Theo de Raadt
@ -25,7 +25,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <math.h>
double

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fabs.c,v 1.9 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: fabs.c,v 1.10 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2006 Miodrag Vallat.
*
@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
#if !defined(__SH4__) || defined(__SH4_NOFPU__)
#include <sys/types.h>
#include <machine/ieee.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_add.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_add.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_add.c,v 1.3 1996/03/14 19:41:52 christos Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_add.c,v 1.4 2002/04/27 21:56:28 jake Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_compare.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_compare.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_compare.c,v 1.3 2001/08/26 05:46:31 eeh Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_compare.c,v 1.4 2002/03/22 21:52:58 obrien Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_div.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_div.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_div.c,v 1.2 1994/11/20 20:52:38 deraadt Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_div.c,v 1.3 2002/03/22 21:52:58 obrien Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_explode.c,v 1.6 2006/12/23 23:40:49 deraadt Exp $ */
/* $OpenBSD: fpu_explode.c,v 1.7 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_explode.c,v 1.5 2000/08/03 18:32:08 eeh Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_explode.c,v 1.5 2002/05/11 21:20:04 jake Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_implode.c,v 1.2 2007/02/12 19:47:10 jason Exp $ */
/* $OpenBSD: fpu_implode.c,v 1.3 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_implode.c,v 1.8 2001/08/26 05:44:46 eeh Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_implode.c,v 1.5 2002/04/27 21:56:28 jake Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_mul.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_mul.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_mul.c,v 1.2 1994/11/20 20:52:44 deraadt Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_mul.c,v 1.3 2002/03/22 21:52:58 obrien Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_qp.c,v 1.3 2012/12/03 20:09:40 kettenis Exp $ */
/* $OpenBSD: fpu_qp.c,v 1.4 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 2002 Jake Burkholder.
@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_qp.c,v 1.3 2002/09/02 02:30:20 jake Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_sqrt.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_sqrt.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_sqrt.c,v 1.2 1994/11/20 20:52:46 deraadt Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_sqrt.c,v 1.3 2002/03/22 21:52:58 obrien Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpu_subr.c,v 1.1 2003/07/21 18:41:30 jason Exp $ */
/* $OpenBSD: fpu_subr.c,v 1.2 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@ -45,7 +45,6 @@
* $NetBSD: fpu_subr.c,v 1.3 1996/03/14 19:42:01 christos Exp $
*/
#include <sys/cdefs.h>
#if 0
__FBSDID("$FreeBSD: src/lib/libc/sparc64/fpu/fpu_subr.c,v 1.4 2002/04/27 21:56:28 jake Exp $");
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpclassify.c,v 1.4 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: fpclassify.c,v 1.5 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -17,7 +17,6 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <machine/vaxfp.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: frexp.c,v 1.10 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: frexp.c,v 1.11 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@ -30,7 +30,6 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isfinite.c,v 1.4 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: isfinite.c,v 1.5 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) Martynas Venckus <martynas@openbsd.org>
*
@ -17,7 +17,6 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <math.h>
/* ARGSUSED */

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isinf.c,v 1.12 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: isinf.c,v 1.13 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -31,7 +31,7 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <sys/types.h>
/* ARGSUSED */
int

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isnan.c,v 1.6 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: isnan.c,v 1.7 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) Martynas Venckus <martynas@openbsd.org>
*
@ -17,7 +17,7 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <sys/types.h>
/* ARGSUSED */
int

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isnormal.c,v 1.4 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: isnormal.c,v 1.5 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -17,7 +17,7 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/vaxfp.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: signbit.c,v 1.4 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: signbit.c,v 1.5 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -17,7 +17,7 @@
/* LINTLIBRARY */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/vaxfp.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: citrus_ctype.c,v 1.2 2010/08/01 02:49:07 chl Exp $ */
/* $OpenBSD: citrus_ctype.c,v 1.3 2012/12/05 23:19:59 deraadt Exp $ */
/* $NetBSD: citrus_ctype.c,v 1.5 2008/06/14 16:01:07 tnozaki Exp $ */
/*-
@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: citrus_none.c,v 1.3 2012/06/06 16:58:02 matthew Exp $ */
/* $OpenBSD: citrus_none.c,v 1.4 2012/12/05 23:19:59 deraadt Exp $ */
/* $NetBSD: citrus_none.c,v 1.18 2008/06/14 16:01:07 tnozaki Exp $ */
/*-
@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <errno.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: citrus_utf8.c,v 1.5 2012/06/06 16:58:02 matthew Exp $ */
/* $OpenBSD: citrus_utf8.c,v 1.6 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 2002-2004 Tim J. Robbins
@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/errno.h>
#include <sys/param.h>
#include <sys/types.h>

View File

@ -1,10 +1,10 @@
/* $OpenBSD: _sys_errlist.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */
/* $OpenBSD: _sys_errlist.c,v 1.4 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Written by J.T. Conklin, December 12, 1994
* Public domain.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __indr_reference
__indr_reference(_sys_errlist, sys_errlist);

View File

@ -1,10 +1,10 @@
/* $OpenBSD: _sys_nerr.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */
/* $OpenBSD: _sys_nerr.c,v 1.4 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Written by J.T. Conklin, December 12, 1994
* Public domain.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __indr_reference
__indr_reference(_sys_nerr, sys_nerr);

View File

@ -1,10 +1,10 @@
/* $OpenBSD: _sys_siglist.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */
/* $OpenBSD: _sys_siglist.c,v 1.4 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Written by J.T. Conklin, December 12, 1994
* Public domain.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __indr_reference
__indr_reference(_sys_siglist, sys_siglist);

View File

@ -1,4 +1,4 @@
/* $OpenBSD: err.c,v 1.10 2011/05/30 18:48:33 martynas Exp $ */
/* $OpenBSD: err.c,v 1.11 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <err.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: errx.c,v 1.9 2011/05/30 18:48:33 martynas Exp $ */
/* $OpenBSD: errx.c,v 1.10 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <err.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpclassify.c,v 1.5 2011/05/30 17:28:15 martynas Exp $ */
/* $OpenBSD: fpclassify.c,v 1.6 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: frexp.c,v 1.7 2011/07/08 22:28:33 martynas Exp $ */
/* $OpenBSD: frexp.c,v 1.8 2012/12/05 23:19:59 deraadt Exp $ */
/*-
* Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
@ -31,7 +31,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isfinite.c,v 1.5 2011/05/30 17:28:15 martynas Exp $ */
/* $OpenBSD: isfinite.c,v 1.6 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isinf.c,v 1.6 2011/07/02 19:27:34 martynas Exp $ */
/* $OpenBSD: isinf.c,v 1.7 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isnan.c,v 1.5 2011/05/30 17:28:15 martynas Exp $ */
/* $OpenBSD: isnan.c,v 1.6 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: isnormal.c,v 1.5 2011/05/30 17:28:15 martynas Exp $ */
/* $OpenBSD: isnormal.c,v 1.6 2012/12/05 23:19:59 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ldexp.c,v 1.5 2011/07/26 11:43:01 martynas Exp $ */
/* $OpenBSD: ldexp.c,v 1.6 2012/12/05 23:20:00 deraadt Exp $ */
/* @(#)s_scalbn.c 5.1 93/09/24 */
/* @(#)fdlibm.h 5.1 93/09/24 */
/*
@ -15,7 +15,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/endian.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: posix_spawn.c,v 1.2 2012/03/22 15:43:08 deraadt Exp $ */
/* $OpenBSD: posix_spawn.c,v 1.3 2012/12/05 23:20:00 deraadt Exp $ */
/*-
* Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
* All rights reserved.
@ -25,8 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/queue.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: siglist.c,v 1.5 2009/11/27 19:47:45 guenther Exp $ */
/* $OpenBSD: siglist.c,v 1.6 2012/12/05 23:20:00 deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <signal.h>
const char *const _sys_siglist[NSIG] = {

View File

@ -1,4 +1,4 @@
/* $OpenBSD: signbit.c,v 1.4 2011/05/30 17:28:15 martynas Exp $ */
/* $OpenBSD: signbit.c,v 1.5 2012/12/05 23:20:00 deraadt Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -18,7 +18,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
#include <sys/cdefs.h>
#include <machine/ieee.h>
#include <float.h>
#include <math.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: verr.c,v 1.8 2005/08/08 08:05:34 espie Exp $ */
/* $OpenBSD: verr.c,v 1.9 2012/12/05 23:20:00 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <err.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: verrx.c,v 1.8 2005/08/08 08:05:34 espie Exp $ */
/* $OpenBSD: verrx.c,v 1.9 2012/12/05 23:20:00 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: vwarn.c,v 1.8 2005/08/08 08:05:34 espie Exp $ */
/* $OpenBSD: vwarn.c,v 1.9 2012/12/05 23:20:00 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <err.h>
#include <errno.h>
#include <stdio.h>

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