diff options
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/getnet.c | 1 | ||||
-rw-r--r-- | libc/inet/getproto.c | 1 | ||||
-rw-r--r-- | libc/inet/getservice.c | 1 | ||||
-rw-r--r-- | libc/inet/hostid.c | 1 | ||||
-rw-r--r-- | libc/inet/ntohl.c | 2 |
5 files changed, 1 insertions, 5 deletions
diff --git a/libc/inet/getnet.c b/libc/inet/getnet.c index 9049f97af..d90fa701e 100644 --- a/libc/inet/getnet.c +++ b/libc/inet/getnet.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2010 Bernhard Reutner-Fischer <uclibc@uclibc.org> * diff --git a/libc/inet/getproto.c b/libc/inet/getproto.c index c59da7e66..dadcf19e5 100644 --- a/libc/inet/getproto.c +++ b/libc/inet/getproto.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2010 Bernhard Reutner-Fischer <uclibc@uclibc.org> * diff --git a/libc/inet/getservice.c b/libc/inet/getservice.c index 183099f5c..4c87d85f1 100644 --- a/libc/inet/getservice.c +++ b/libc/inet/getservice.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2010 Bernhard Reutner-Fischer <uclibc@uclibc.org> * diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index d05a84f68..4ddfbd123 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * diff --git a/libc/inet/ntohl.c b/libc/inet/ntohl.c index 8e500a5e3..b40ec2953 100644 --- a/libc/inet/ntohl.c +++ b/libc/inet/ntohl.c @@ -1,4 +1,4 @@ -/* vi: set sw=4 ts=4: +/* * Functions to convert between host and network byte order. * * Copyright (C) 2003-2006 by Erik Andersen <andersen@uclibc.org> |