summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-07 21:53:27 +0000
committergad <gad@FreeBSD.org>2004-06-07 21:53:27 +0000
commitdb4692c79005c52547cd6829e2bd5754b489f9db (patch)
tree204d6caf57eafe2edc09eca51bcb2c7062ea1c2e /usr.sbin
parent913f695456fd6e2d82e32a7079d7a829513fd49a (diff)
downloadFreeBSD-src-db4692c79005c52547cd6829e2bd5754b489f9db.zip
FreeBSD-src-db4692c79005c52547cd6829e2bd5754b489f9db.tar.gz
Drop the include for <stdint.h>, it was only needed when this was
using __DECONST() for something, and that reference has been removed. Noticed by: Helge Oldach MFC after: 13 days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/newsyslog/ptimes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/ptimes.c b/usr.sbin/newsyslog/ptimes.c
index c24eb5a..474c69d 100644
--- a/usr.sbin/newsyslog/ptimes.c
+++ b/usr.sbin/newsyslog/ptimes.c
@@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
OpenPOWER on IntegriCloud