Convert from <sys/endian.h> to the shiney new <endian.h>
authorguenther <guenther@openbsd.org>
Tue, 22 Jul 2014 07:13:42 +0000 (07:13 +0000)
committerguenther <guenther@openbsd.org>
Tue, 22 Jul 2014 07:13:42 +0000 (07:13 +0000)
ok dtucker@, who also confirmed that -portable handles this already

usr.bin/ssh/umac.c

index 2aaf378..6d07b63 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: umac.c,v 1.10 2014/04/30 19:07:48 naddy Exp $ */
+/* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */
 /* -----------------------------------------------------------------------
  * 
  * umac.c -- C Implementation UMAC Message Authentication
@@ -64,7 +64,7 @@
 /* ---------------------------------------------------------------------- */
 
 #include <sys/types.h>
-#include <sys/endian.h>
+#include <endian.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>