Fix a typo.
This commit is contained in:
parent
d9e7ea3102
commit
16cf52d90f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/08/19 04:14:23 xtraeme Exp $
|
||||
$NetBSD: patch-aa,v 1.3 2003/08/19 04:30:35 xtraeme Exp $
|
||||
|
||||
--- src/billard3d.c.orig 2003-08-19 06:04:36.000000000 +0200
|
||||
+++ src/billard3d.c 2003-08-19 06:07:00.000000000 +0200
|
||||
|
@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.2 2003/08/19 04:14:23 xtraeme Exp $
|
|||
#include <unistd.h>
|
||||
+#include <sys/param.h>
|
||||
+#ifdef __FreeBSD__ && __FreeBSD_version >= 500000
|
||||
+#include <sys/endian.h>a
|
||||
+#include <sys/endian.h>
|
||||
+#elif defined __NetBSD__
|
||||
+#include <sys/endian.h>
|
||||
+#else
|
||||
|
|
Loading…
Reference in a new issue