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:
e3fdf24
)
whitespace
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Jun 2006 20:03:13 +0000
(20:03 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Jun 2006 20:03:13 +0000
(20:03 -0000)
libbb/bb_xbind.c
patch
|
blob
|
history
diff --git
a/libbb/bb_xbind.c
b/libbb/bb_xbind.c
index a1ae5d5eb6a2755d703b5a4de67364e0a71c0bed..b53f8239a92ee6aaf1c6cfa347614a556426ec39 100644
(file)
--- a/
libbb/bb_xbind.c
+++ b/
libbb/bb_xbind.c
@@
-6,6
+6,7
@@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
+
#include <sys/types.h>
#include <sys/socket.h>
#include "libbb.h"
@@
-15,4
+16,3
@@
void bb_xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen)
if (bind(sockfd, my_addr, addrlen))
bb_perror_msg_and_die("bind");
}
-