Fix errno usage and add DragonFly support

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Jörg Sonnenberger 2005-12-02 22:57:32 +00:00 • committed by Masanori Ogino
commit 0a67b18647
10 changed files with 18 additions and 31 deletions

View file

@ -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;