commit | 62a2c15376492608beabd45fc5447ad2a58c830b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 07 20:03:13 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Jun 07 20:03:13 2006 +0000 |
tree | ea5991dceaa9ba4256b1a3ec2364c2cdf576dc20 | |
parent | e3fdf2431a6baa4ee999b25e3d3f3d8fc4f32dc1 [diff] [blame] |
whitespace
diff --git a/libbb/bb_xbind.c b/libbb/bb_xbind.c index a1ae5d5..b53f823 100644 --- 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 @@ if (bind(sockfd, my_addr, addrlen)) bb_perror_msg_and_die("bind"); } -