diff options
author | "Vladimir N. Oleynik" | 2006-01-26 10:58:12 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2006-01-26 10:58:12 +0000 |
commit | 79af7d5debe2f40ca1128975167243d4bb00fb51 (patch) | |
tree | 9095a5390e80a739135123ef91584ec025ebe052 /networking | |
parent | 2e33daaed522998eebf6892a6676d9739de276b0 (diff) | |
download | busybox-79af7d5debe2f40ca1128975167243d4bb00fb51.zip busybox-79af7d5debe2f40ca1128975167243d4bb00fb51.tar.gz |
for change previous log: close bug 186
Diffstat (limited to 'networking')
-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 63c1755..c00f3e4 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -2,7 +2,7 @@ * httpd implementation for busybox * * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> - * Copyright (C) 2003,2004 Vladimir Oleynik <dzo@simtreas.ru> + * Copyright (C) 2003-2006 Vladimir Oleynik <dzo@simtreas.ru> * * simplify patch stolen from libbb without using strdup * |