- patch from Denis Vlasenko to add and use bb_xchdir()
This commit is contained in:
@ -149,6 +149,7 @@ extern int bb_xsocket(int domain, int type, int protocol);
|
||||
extern void bb_xdaemon(int nochdir, int noclose);
|
||||
extern void bb_xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen);
|
||||
extern void bb_xlisten(int s, int backlog);
|
||||
extern void bb_xchdir(const char *path);
|
||||
|
||||
#define BB_GETOPT_ERROR 0x80000000UL
|
||||
extern const char *bb_opt_complementally;
|
||||
|
Reference in New Issue
Block a user