Import patches from pkgsrc
* Adjust paths to modern conventions. * Avoid opening /dev/console. * Consistently provide lowercase and MixedCase options. * Don't abuse an int as a pointer (optarg). * Fix compilation errors on NetBSD and DragonFly BSD. * Fix documentation. * Import headers and remove redundant declarations. Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
b9687d1b88
commit
381c676eda
26 changed files with 143 additions and 98 deletions
|
|
@ -98,7 +98,6 @@ extern char *proto_name;
|
|||
extern int port_number;
|
||||
#endif
|
||||
extern int max_client;
|
||||
extern int errno;
|
||||
|
||||
static int fd_inet = -1;
|
||||
static int fd_unix = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue