projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e7024
)
Make gcc not whine about "deprecated use of label at end of compound statement"
author
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 09:20:28 +0000
(09:20 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 09:20:28 +0000
(09:20 -0000)
networking/udhcp/dhcpc.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpc.c
b/networking/udhcp/dhcpc.c
index 4612c4100ce92f6bed252ea618ebe1323fbdf2e7..d18cb423fcedd85d682dc49e2211b747877f8510 100644
(file)
--- a/
networking/udhcp/dhcpc.c
+++ b/
networking/udhcp/dhcpc.c
@@
-105,6
+105,7
@@
static void perform_renew(void)
state = INIT_SELECTING;
break;
case INIT_SELECTING:
+ break;
}
/* start things over */