diff options
Diffstat (limited to 'libexec/ld.so/hppa/rtld_machine.c')
-rw-r--r-- | libexec/ld.so/hppa/rtld_machine.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |