diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-26 10:58:12 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-26 10:58:12 +0000 |
commit | 79af7d5debe2f40ca1128975167243d4bb00fb51 (patch) | |
tree | 9095a5390e80a739135123ef91584ec025ebe052 /networking/httpd.c | |
parent | 2e33daaed522998eebf6892a6676d9739de276b0 (diff) | |
download | busybox-w32-79af7d5debe2f40ca1128975167243d4bb00fb51.tar.gz busybox-w32-79af7d5debe2f40ca1128975167243d4bb00fb51.tar.bz2 busybox-w32-79af7d5debe2f40ca1128975167243d4bb00fb51.zip |
for change previous log: close bug 186
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 63c17556f..c00f3e46d 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * httpd implementation for busybox | 2 | * httpd implementation for busybox |
3 | * | 3 | * |
4 | * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> | 4 | * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> |
5 | * Copyright (C) 2003,2004 Vladimir Oleynik <dzo@simtreas.ru> | 5 | * Copyright (C) 2003-2006 Vladimir Oleynik <dzo@simtreas.ru> |
6 | * | 6 | * |
7 | * simplify patch stolen from libbb without using strdup | 7 | * simplify patch stolen from libbb without using strdup |
8 | * | 8 | * |