diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-10 00:07:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-10 00:07:59 +0000 |
commit | d407085f6b7c16576d2c54303e46b0210685effb (patch) | |
tree | 3fc70278fd2b59bd618062be07708f113aee4749 /libc | |
parent | 1c294afa13d9d9fa9e299fbc677b959044285bcd (diff) |
eat whitespace
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/hostid.c | 2 |
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. |