summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/hostid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c
index 4ac4a811f..8d6001818 100644
--- a/libc/inet/hostid.c
+++ b/libc/inet/hostid.c
@@ -42,7 +42,7 @@ int sethostid(long int new_id)
long int gethostid(void)
{
- char host[MAXHOSTNAMELEN + 1];
+ char host[MAXHOSTNAMELEN + 1];
int fd, id;
/* If hostid was already set the we can return that value.