Magellan Linux

Annotation of /trunk/busybox/patches/busybox-1.10.2-semicolon.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 591 - (hide annotations) (download)
Fri May 16 15:11:14 2008 UTC (16 years ago) by niro
File size: 747 byte(s)
-official fixes for 1.10.2

1 niro 591 --- busybox-1.10.2/networking/interface.c Sat Apr 19 05:50:27 2008
2     +++ busybox-1.10.2-semicolon/networking/interface.c Thu May 15 21:40:04 2008
3     @@ -223,7 +223,7 @@
4     char *pos;
5     unsigned int i;
6    
7     - if (!buff);
8     + if (!buff)
9     buff = xmalloc(sizeof(struct sockaddr) * 3 + 1);
10     pos = buff;
11     for (i = 0; i < sizeof(struct sockaddr); i++) {
12     --- busybox-1.10.2/networking/isrv_identd.c Sat Apr 19 05:50:27 2008
13     +++ busybox-1.10.2-semicolon/networking/isrv_identd.c Thu May 15 21:40:04 2008
14     @@ -113,7 +113,7 @@
15     strncpy(bogouser, argv[optind], sizeof(bogouser));
16    
17     /* Daemonize if no -f and no -i and no -w */
18     - if (!(opt & OPT_fiw));
19     + if (!(opt & OPT_fiw))
20     bb_daemonize_or_rexec(0, argv);
21    
22     /* Where to log in inetd modes? "Classic" inetd