Fix errno usage and add DragonFly support
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
89151996c6
commit
0a67b18647
10 changed files with 18 additions and 31 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#include "wchar16.h"
|
||||
#include "select.h"
|
||||
#include "key.h"
|
||||
|
|
@ -204,7 +204,6 @@ register int *count;
|
|||
register int n;
|
||||
SELECT_FD ifds;
|
||||
struct timeval t;
|
||||
extern int errno;
|
||||
register wchar16_t *s;
|
||||
int value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue