diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /networking | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2 busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip |
- update my name. No obj-code changes ;)
Diffstat (limited to 'networking')
-rw-r--r-- | networking/brctl.c | 2 | ||||
-rw-r--r-- | networking/ip.c | 2 | ||||
-rw-r--r-- | networking/libiproute/iprule.c | 2 | ||||
-rw-r--r-- | networking/tc.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/networking/brctl.c b/networking/brctl.c index 102776e80..847517961 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Small implementation of brctl for busybox. | 3 | * Small implementation of brctl for busybox. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 by Bernhard Fischer | 5 | * Copyright (C) 2008 by Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Some helper functions from bridge-utils are | 7 | * Some helper functions from bridge-utils are |
8 | * Copyright (C) 2000 Lennert Buytenhek | 8 | * Copyright (C) 2000 Lennert Buytenhek |
diff --git a/networking/ip.c b/networking/ip.c index 7dcddfd8c..10059c55f 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Changes: | 10 | * Changes: |
11 | * | 11 | * |
12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
13 | * Bernhard Fischer rewrote to use index_in_substr_array | 13 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #include "libbb.h" |
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c index f92607830..ca2254667 100644 --- a/networking/libiproute/iprule.c +++ b/networking/libiproute/iprule.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Changes: | 13 | * Changes: |
14 | * | 14 | * |
15 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 15 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
16 | * initially integrated into busybox by Bernhard Fischer | 16 | * initially integrated into busybox by Bernhard Reutner-Fischer |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <netinet/in.h> | 19 | #include <netinet/in.h> |
diff --git a/networking/tc.c b/networking/tc.c index a815b4bd1..6e31074f4 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
9 | * Bernhard Fischer adjusted for busybox | 9 | * Bernhard Reutner-Fischer adjusted for busybox |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "libbb.h" | 12 | #include "libbb.h" |