diff options
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/alpha/rtld_machine.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/amd64/rtld_machine.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/dl_printf.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/hppa/rtld_machine.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/i386/rtld_machine.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/sparc/rtld_machine.c | 3 | ||||
-rw-r--r-- | libexec/ld.so/sparc64/rtld_machine.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/libexec/ld.so/alpha/rtld_machine.c b/libexec/ld.so/alpha/rtld_machine.c index 6a4c0d1ffa2..394bf99507a 100644 --- a/libexec/ld.so/alpha/rtld_machine.c +++ b/libexec/ld.so/alpha/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.46 2011/04/08 02:43:28 deraadt Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.47 2012/12/05 23:20:06 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -31,7 +31,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <sys/exec.h> diff --git a/libexec/ld.so/amd64/rtld_machine.c b/libexec/ld.so/amd64/rtld_machine.c index 13af6d3b235..30e9d263fcf 100644 --- a/libexec/ld.so/amd64/rtld_machine.c +++ b/libexec/ld.so/amd64/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.16 2011/04/06 11:36:25 miod Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.17 2012/12/05 23:20:06 deraadt Exp $ */ /* * Copyright (c) 2002,2004 Dale Rahn @@ -66,7 +66,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <nlist.h> diff --git a/libexec/ld.so/dl_printf.c b/libexec/ld.so/dl_printf.c index 18f2c3496b6..6f14abd2277 100644 --- a/libexec/ld.so/dl_printf.c +++ b/libexec/ld.so/dl_printf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl_printf.c,v 1.16 2010/01/02 00:59:01 deraadt Exp $ */ +/* $OpenBSD: dl_printf.c,v 1.17 2012/12/05 23:20:06 deraadt Exp $ */ /*- * Copyright (c) 1993 @@ -54,7 +54,6 @@ * reg=3<BITTWO,BITONE> */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdarg.h> #include "syscall.h" diff --git a/libexec/ld.so/hppa/rtld_machine.c b/libexec/ld.so/hppa/rtld_machine.c index 15bcaaa5114..2bb4a0e2b63 100644 --- a/libexec/ld.so/hppa/rtld_machine.c +++ b/libexec/ld.so/hppa/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.24 2012/06/20 13:47:20 deraadt Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.25 2012/12/05 23:20:06 deraadt Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -32,7 +32,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <sys/tree.h> diff --git a/libexec/ld.so/i386/rtld_machine.c b/libexec/ld.so/i386/rtld_machine.c index bf258fe2203..06b6002dca0 100644 --- a/libexec/ld.so/i386/rtld_machine.c +++ b/libexec/ld.so/i386/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.25 2011/04/06 11:36:25 miod Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.26 2012/12/05 23:20:06 deraadt Exp $ */ /* * Copyright (c) 2002 Dale Rahn @@ -66,7 +66,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <nlist.h> diff --git a/libexec/ld.so/sparc/rtld_machine.c b/libexec/ld.so/sparc/rtld_machine.c index 61102529906..a38e5f34fb4 100644 --- a/libexec/ld.so/sparc/rtld_machine.c +++ b/libexec/ld.so/sparc/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.33 2011/04/06 11:36:25 miod Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.34 2012/12/05 23:20:07 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -30,7 +30,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <sys/param.h> #include <sys/sysctl.h> diff --git a/libexec/ld.so/sparc64/rtld_machine.c b/libexec/ld.so/sparc64/rtld_machine.c index 1d0ae9af8e4..7e30c85f6e8 100644 --- a/libexec/ld.so/sparc64/rtld_machine.c +++ b/libexec/ld.so/sparc64/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.46 2011/04/06 11:36:25 miod Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.47 2012/12/05 23:20:07 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -66,7 +66,6 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/mman.h> #include <nlist.h> |