diff options
author | 2004-11-28 07:09:13 +0000 | |
---|---|---|
committer | 2004-11-28 07:09:13 +0000 | |
commit | 69ef559dd922dda3a239b7838ada13b3dca93b44 (patch) | |
tree | 6ba50bfc542fdeea8bcc31ff675eac6ce60eeff4 /lib/libc/quad/quad.h | |
parent | 1 inode per 8192 bytes now (diff) | |
download | wireguard-openbsd-69ef559dd922dda3a239b7838ada13b3dca93b44.tar.xz wireguard-openbsd-69ef559dd922dda3a239b7838ada13b3dca93b44.zip |
support for syncing into libkern; tedu@ millert@ ok
Diffstat (limited to 'lib/libc/quad/quad.h')
-rw-r--r-- | lib/libc/quad/quad.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h index 49d20cf4889..778b5ccb465 100644 --- a/lib/libc/quad/quad.h +++ b/lib/libc/quad/quad.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: quad.h,v 1.5 2004/04/27 17:46:46 otto Exp $ + * $OpenBSD: quad.h,v 1.6 2004/11/28 07:09:13 mickey Exp $ */ /* @@ -53,7 +53,7 @@ #if !defined(_KERNEL) && !defined(_STANDALONE) #include <limits.h> #else -#include <machine/limits.h> +#include <sys/limits.h> #endif /* |