summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 12:29:02 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 12:29:02 -0400
commit59cf9d600cc397c0687cd7461ee6709027629417 (patch)
tree7b2689a92be7895eb8f96d2df59299423d0bd004 /gpsmon.c
parentec4c580a12fe130f941b8cacf5c4b4d0ac43a8e5 (diff)
downloadgpsd-59cf9d600cc397c0687cd7461ee6709027629417.tar.gz
Remove unnecessary splint annotation.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 72f551e9..416af704 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -52,7 +52,7 @@
#include "revision.h"
#ifdef S_SPLINT_S
-extern struct tm *localtime_r(const time_t *,/*@out@*/struct tm *tp)/*@modifies tp@*/;
+extern struct tm *localtime_r(const time_t *,/*@out@*/struct tm *tp);
#endif /* S_SPLINT_S */
#define BUFLEN 2048