[BusyBox] Re: devfsd

Tito farmatito at tiscali.it
Tue Aug 2 06:17:38 UTC 2005


On Tuesday 02 August 2005 04:20, you wrote:
> On Monday 01 August 2005 05:50 pm, you wrote:
> > Revision 10995: eat leading whitespace with preprocessor?
> > Just for fun, what is this for?
> > The diff to the previous revision is empty?
> 
> i assume you're using viewcvs which does not show whitespace changes
> 
> view it with `svn diff` and you'll see what i changed
> -mike
> 
I see.
Ciao,
Tito

 diff -uN busybox/miscutils/devfsd.c Desktop/busybox/miscutils/devfsd.c
--- busybox/miscutils/devfsd.c  2005-08-01 23:44:52.000000000 +0200
+++ Desktop/busybox/miscutils/devfsd.c  2005-06-12 12:05:24.000000000 +0200
@@ -932,9 +932,9 @@
        argv[5] = NULL;

        snprintf (device, sizeof (device), "/dev/%s", info->devname);
-#ifdef CONFIG_DEBUG
+       #ifdef CONFIG_DEBUG
        msg_logger( NO_DIE, LOG_INFO, "action_modload():%s %s %s %s %s\n",argv[0],argv[1],argv[2],argv[3],argv[4]);
-#endif
+       #endif
        fork_and_execute(DIE, argv[0], argv);
 }  /*  End Function action_modload  */
 #endif



More information about the busybox mailing list