svn commit: trunk/busybox/e2fsprogs/e2fsck

vapier at busybox.net vapier at busybox.net
Sat Sep 24 07:21:02 UTC 2005


Author: vapier
Date: 2005-09-24 00:20:59 -0700 (Sat, 24 Sep 2005)
New Revision: 11625

Log:
force nodebug by default

Modified:
   trunk/busybox/e2fsprogs/e2fsck/dict.c


Changeset:
Modified: trunk/busybox/e2fsprogs/e2fsck/dict.c
===================================================================
--- trunk/busybox/e2fsprogs/e2fsck/dict.c	2005-09-24 07:16:29 UTC (rev 11624)
+++ trunk/busybox/e2fsprogs/e2fsck/dict.c	2005-09-24 07:20:59 UTC (rev 11625)
@@ -30,9 +30,7 @@
 #define DICT_IMPLEMENTATION
 #include "dict.h"
 
-#ifdef KAZLIB_RCSID
-static const char rcsid[] = "$Id: dict.c,v 1.40.2.7 2000/11/13 01:36:44 kaz Exp $";
-#endif
+#define NDEBUG
 
 /*
  * These macros provide short convenient names for structure members,




More information about the busybox-cvs mailing list