summaryrefslogtreecommitdiff
path: root/netlib.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-01-13 18:48:02 +0000
committerEric S. Raymond <esr@thyrsus.com>2010-01-13 18:48:02 +0000
commit50a92ca2bb91f966c8ee4f93a4aad9d5a9280026 (patch)
tree6d1dd4cb2a3a9303474480a7320d0a34a6a44ca5 /netlib.c
parente54b8f6ea2cd5b101524209d450bf4b2871d8686 (diff)
downloadgpsd-50a92ca2bb91f966c8ee4f93a4aad9d5a9280026.tar.gz
Na,espace cleanup. All regression tests pass, codebase splints clean.
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 59042e91..bdccdf52 100644
--- a/netlib.c
+++ b/netlib.c
@@ -132,7 +132,7 @@ char /*@observer@*/ *netlib_errstr(const int err)
}
}
-char *sock2ip(int fd)
+char *netlib_sock2ip(int fd)
{
sockaddr_t fsin;
socklen_t alen = (socklen_t)sizeof(fsin);