artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fc9a7
)
<sys/param.h> is not needed here either.
author
deraadt
<deraadt@openbsd.org>
Fri, 16 Jan 2015 06:47:03 +0000
(06:47 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 16 Jan 2015 06:47:03 +0000
(06:47 +0000)
ok guenther millert doug
lib/csu/boot.h
patch
|
blob
|
history
diff --git
a/lib/csu/boot.h
b/lib/csu/boot.h
index
7ccfab5
..
a76481b
100644
(file)
--- a/
lib/csu/boot.h
+++ b/
lib/csu/boot.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: boot.h,v 1.
9 2014/12/29 20:18:20 kettenis
Exp $ */
+/* $OpenBSD: boot.h,v 1.
10 2015/01/16 06:47:03 deraadt
Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@
-37,7
+37,6
@@
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/exec.h>
-#include <sys/param.h>
#include <sys/sysctl.h>
#include <nlist.h>
#include <link.h>