aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2004-06-07 21:53:27 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2004-06-07 21:53:27 +0000
commit398faf12050b17c407eb9db71cb67166cdb43aff (patch)
tree204d6caf57eafe2edc09eca51bcb2c7062ea1c2e /usr.sbin/newsyslog
parente7aa25d3fb1c3bb9517f3e39d91bf27ec53f2f9b (diff)
downloadsrc-398faf12050b17c407eb9db71cb67166cdb43aff.tar.gz
src-398faf12050b17c407eb9db71cb67166cdb43aff.zip
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
Notes
Notes: svn path=/head/; revision=130214
Diffstat (limited to 'usr.sbin/newsyslog')
-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 c24eb5acd335..474c69daba53 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>