svn commit: trunk/busybox/networking
vda at busybox.net
vda at busybox.net
Sun Aug 19 14:24:37 PDT 2007
Author: vda
Date: 2007-08-19 14:24:37 -0700 (Sun, 19 Aug 2007)
New Revision: 19574
Log:
removed stray debugging comments
Modified:
trunk/busybox/networking/httpd.c
Changeset:
Modified: trunk/busybox/networking/httpd.c
===================================================================
--- trunk/busybox/networking/httpd.c 2007-08-19 21:21:16 UTC (rev 19573)
+++ trunk/busybox/networking/httpd.c 2007-08-19 21:24:37 UTC (rev 19574)
@@ -289,10 +289,6 @@
free_llist((has_next_ptr**)pptr);
}
-//#undef isdigit
-//#define isdigit(a) ((unsigned)((a) - '0') <= 9)
-//#define notdigit(a) ((unsigned)((a) - '0') > 9)
-
/* Returns presumed mask width in bits or < 0 on error.
* Updates strp, stores IP at provided pointer */
static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc)
More information about the busybox-cvs
mailing list