artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a8526
)
Another explicit include of machine/endian.h blowing up
author
imp
<imp@openbsd.org>
Fri, 29 Nov 1996 22:59:42 +0000
(22:59 +0000)
committer
imp
<imp@openbsd.org>
Fri, 29 Nov 1996 22:59:42 +0000
(22:59 +0000)
usr.sbin/amd/config/os-bsd44.h
patch
|
blob
|
history
diff --git
a/usr.sbin/amd/config/os-bsd44.h
b/usr.sbin/amd/config/os-bsd44.h
index
8763532
..
0a6e8a8
100644
(file)
--- a/
usr.sbin/amd/config/os-bsd44.h
+++ b/
usr.sbin/amd/config/os-bsd44.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: os-bsd44.h,v 1.
5 1996/08/22 00:34:28 deraadt Exp $
*/
+/* $OpenBSD: os-bsd44.h,v 1.
6 1996/11/29 22:59:42 imp Exp $
*/
/*
* Copyright (c) 1990 Jan-Simon Pendry
@@
-124,7
+124,7
@@
* Byte ordering
*/
#ifndef BYTE_ORDER
-#include <
machine/endian
.h>
+#include <
sys/types
.h>
#endif /* BYTE_ORDER */
#undef ARCH_ENDIAN