openbsd-ports/security/ophcrack/patches/patch-src_samdump2_bkhive_c

13 lines
393 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_samdump2_bkhive_c,v 1.1 2012/05/20 20:13:39 naddy Exp $
--- src/samdump2/bkhive.c.orig Sat May 19 20:24:19 2012
+++ src/samdump2/bkhive.c Sat May 19 20:24:25 2012
@@ -34,7 +34,7 @@
#ifdef BYTE_ORDER
#if BYTE_ORDER == LITTLE_ENDIAN
#elif BYTE_ORDER == BIG_ENDIAN
-#include <byteswap.h>
+#include <bswap.h>
#else
#warning "Doesn't define a standard ENDIAN type"
#endif