* libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.
* libc/inet_network.c: Ditto.
This commit is contained in:
		
							parent
							
								
									e7b77aaecd
								
							
						
					
					
						commit
						2c1394b495
					
				| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
2006-07-10  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.
 | 
			
		||||
	* libc/inet_network.c: Ditto.
 | 
			
		||||
 | 
			
		||||
2006-07-07  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* fhandler_socket.cc (fhandler_socket::wait): Disable SA_RESTART
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -77,6 +77,7 @@ static const char rcsid[] = "$Id$";
 | 
			
		|||
__FBSDID("$FreeBSD$");
 | 
			
		||||
#else
 | 
			
		||||
#define __INSIDE_CYGWIN__
 | 
			
		||||
#define  __INSIDE_CYGWIN_NET__
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef __CYGWIN__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,6 +39,7 @@ static const char sccsid[] = "@(#)inet_network.c	8.1 (Berkeley) 6/4/93";
 | 
			
		|||
__FBSDID("$FreeBSD$");
 | 
			
		||||
#else
 | 
			
		||||
#define __INSIDE_CYGWIN__
 | 
			
		||||
#define  __INSIDE_CYGWIN_NET__
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef __CYGWIN__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue