summaryrefslogtreecommitdiff
path: root/netlib.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-25 15:36:51 -0700
committerGary E. Miller <gem@rellim.com>2015-03-25 15:36:51 -0700
commitaef73497e29db14b23448b2ae312b20733a01aac (patch)
tree72d6df2c5a0094c63ff17dc037c9d3da354b2944 /netlib.c
parentac3d44a1912795d06bcc2501741c9c3deaba8a0d (diff)
downloadgpsd-aef73497e29db14b23448b2ae312b20733a01aac.tar.gz
Yet more: Line expects to suppress X error, found 0 errors
Diffstat (limited to 'netlib.c')
-rw-r--r--netlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib.c b/netlib.c
index fc49cf9d..8718fc3d 100644
--- a/netlib.c
+++ b/netlib.c
@@ -189,7 +189,7 @@ char *netlib_sock2ip(socket_t fd)
{
sockaddr_t fsin;
socklen_t alen = (socklen_t) sizeof(fsin);
- /*@i1@*/ static char ip[INET6_ADDRSTRLEN];
+ static char ip[INET6_ADDRSTRLEN];
int r;
r = getpeername(fd, &(fsin.sa), &alen);