diff options
author | 2015-01-16 06:47:03 +0000 | |
---|---|---|
committer | 2015-01-16 06:47:03 +0000 | |
commit | c907b12b1dd3c4a5d136da89e3a47dd47dfe39b4 (patch) | |
tree | 865b74a5b7efd5f5032d260530a04c09658e41b1 | |
parent | Replace <sys/param.h> with <limits.h> and other less dirty headers where (diff) | |
download | wireguard-openbsd-c907b12b1dd3c4a5d136da89e3a47dd47dfe39b4.tar.xz wireguard-openbsd-c907b12b1dd3c4a5d136da89e3a47dd47dfe39b4.zip |
<sys/param.h> is not needed here either.
ok guenther millert doug
-rw-r--r-- | lib/csu/boot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h index 7ccfab59425..a76481b6946 100644 --- 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> |