diff uip/pshsbr.c @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
line wrap: on
line diff
--- a/uip/pshsbr.c	Sun Dec 04 03:21:49 2005 +0900
+++ b/uip/pshsbr.c	Wed Dec 06 03:17:53 2006 +0900
@@ -27,10 +27,7 @@
 #define	TRM	"."
 #define	TRMLEN	(sizeof TRM - 1)
 
-#ifdef __CYGWIN32__
 #include <errno.h>
-#endif
-extern int  errno;
 #if !defined(BSD44) && !defined(__GNU_LIBRARY__)
 extern int  sys_nerr;
 extern char *sys_errlist[];