aboutsummaryrefslogtreecommitdiff
path: root/libbb/inet_common.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
commitad42ea5b0d506c6886eb87a4ff7f175598356cd3 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/inet_common.c
parentc49e4634f9c92aae68e4345d18594a6b3920fcdf (diff)
downloadbusybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.gz
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.bz2
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.zip
Update a bunch of docs. Run a script to update my email addr.
git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/inet_common.c')
-rw-r--r--libbb/inet_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/inet_common.c b/libbb/inet_common.c
index 5e2343bdd..8b0ec8a0b 100644
--- a/libbb/inet_common.c
+++ b/libbb/inet_common.c
@@ -1,10 +1,10 @@
1/* 1/*
2 * stolen from net-tools-1.59 and stripped down for busybox by 2 * stolen from net-tools-1.59 and stripped down for busybox by
3 * Erik Andersen <andersee@debian.org> 3 * Erik Andersen <andersen@codepoet.org>
4 * 4 *
5 * Heavily modified by Manuel Novoa III Mar 12, 2001 5 * Heavily modified by Manuel Novoa III Mar 12, 2001
6 * 6 *
7 * Version: $Id: inet_common.c,v 1.6 2003/03/19 09:12:07 mjn3 Exp $ 7 * Version: $Id: inet_common.c,v 1.7 2003/07/14 21:20:55 andersen Exp $
8 * 8 *
9 */ 9 */
10 10