[BusyBox-cvs] busybox/miscutils devfsd.c,1.7,1.8

Glenn McGrath bug1 at busybox.net
Sun Feb 22 07:38:38 UTC 2004


Update of /var/cvs/busybox/miscutils
In directory nail:/tmp/cvs-serv31663/miscutils

Modified Files:
	devfsd.c 
Log Message:
Patch from Florian Schirmer. compile fix for debug builds


Index: devfsd.c
===================================================================
RCS file: /var/cvs/busybox/miscutils/devfsd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/devfsd.c	4 Feb 2004 08:27:57 -0000	1.7
+++ b/devfsd.c	22 Feb 2004 07:38:36 -0000	1.8
@@ -246,7 +246,7 @@
 static char *write_old_sd_name (char *, unsigned, unsigned, char *);
 
 /* busybox functions */
-#ifdef CONFIG_DEVFSD_VERBOSE
+#if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG)
 static void msg_logger(int die, int pri, const char * fmt, ... );
 #endif
 static void do_ioctl(int die, int fd, int request, unsigned long event_mask_flag);
@@ -303,7 +303,7 @@
 const char * const bb_msg_variable_not_found = "variable: %s not found\n";
 #endif
 
-#ifdef CONFIG_DEVFSD_VERBOSE
+#if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG)
 static void msg_logger(int die, int pri, const char * fmt, ... )
 {
 	va_list ap;




More information about the busybox-cvs mailing list