summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-30 19:32:30 -0700
committerGary E. Miller <gem@rellim.com>2015-03-30 19:32:30 -0700
commitdb591beae4da9289f5f7a848015f4ee97f49baf7 (patch)
treebf67e3c441776e4d9e1fc005c76a5a3e68c2ff73 /contrib
parent62eb9588560b6360cc88a7ba18512cb6b282cbae (diff)
downloadgpsd-db591beae4da9289f5f7a848015f4ee97f49baf7.tar.gz
Remove another SPLINT
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ppscheck.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ppscheck.c b/contrib/ppscheck.c
index c659a849..e6eaa722 100644
--- a/contrib/ppscheck.c
+++ b/contrib/ppscheck.c
@@ -23,9 +23,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
-#ifndef S_SPLINT_S
#include <unistd.h>
-#endif /* S_SPLINT_S */
#include <fcntl.h> /* needed for open() and friends */
#include <sys/ioctl.h>
#include <errno.h>