whitespace
This commit is contained in:
@ -6,6 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
@ -14,4 +15,3 @@ void bb_xlisten(int s, int backlog)
|
|||||||
if (listen(s, backlog))
|
if (listen(s, backlog))
|
||||||
bb_perror_msg_and_die("listen");
|
bb_perror_msg_and_die("listen");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user