Only need <stdint.h> and not all of <inttypes.h> here
authorguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 04:57:33 +0000 (04:57 +0000)
committerguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 04:57:33 +0000 (04:57 +0000)
bin/systrace/intercept-translate.c
bin/systrace/linux-translate.c
bin/systrace/systrace-translate.c

index b6e43e5..32d4056 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intercept-translate.c,v 1.16 2012/12/04 02:24:47 deraadt Exp $        */
+/*     $OpenBSD: intercept-translate.c,v 1.17 2014/08/10 04:57:33 guenther Exp $       */
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -33,7 +33,7 @@
 #include <sys/tree.h>
 #include <sys/socket.h>
 #include <fcntl.h>
-#include <inttypes.h>
+#include <stdint.h>
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
index 7c96c55..0c24ba1 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/wait.h>
 #include <sys/tree.h>
 #include <sys/socket.h>
-#include <inttypes.h>
+#include <stdint.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
index ca6afde..d679031 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: systrace-translate.c,v 1.23 2014/08/10 00:21:49 guenther Exp $        */
+/*     $OpenBSD: systrace-translate.c,v 1.24 2014/08/10 04:57:33 guenther Exp $        */
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -35,7 +35,7 @@
 #include <sys/socket.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-#include <inttypes.h>
+#include <stdint.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>