summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-05-05 14:45:24 +0000
committerobrien <obrien@FreeBSD.org>2011-05-05 14:45:24 +0000
commit260ac2ee2628b7897d77e9d016bfadbd8834b008 (patch)
treec8550102607e26d20d14c30567ea8d3e14268d98 /lib
parent17241bdaa6e9b55ae4290fbb670358a3d21d9d2b (diff)
downloadFreeBSD-src-260ac2ee2628b7897d77e9d016bfadbd8834b008.zip
FreeBSD-src-260ac2ee2628b7897d77e9d016bfadbd8834b008.tar.gz
Don't duplicate define the stdint types.
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/libutil.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 5dca37c..f39e4f5 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -41,22 +41,13 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
+#include <sys/_stdint.h>
#ifndef _GID_T_DECLARED
typedef __gid_t gid_t;
#define _GID_T_DECLARED
#endif
-#ifndef _INT64_T_DECLARED
-typedef __int64_t int64_t;
-#define _INT64_T_DECLARED
-#endif
-
-#ifndef _UINT64_T_DECLARED
-typedef __uint64_t uint64_t;
-#define _UINT64_T_DECLARED
-#endif
-
#ifndef _PID_T_DECLARED
typedef __pid_t pid_t;
#define _PID_T_DECLARED
OpenPOWER on IntegriCloud