Fixed erroneous use of #ifdef
This commit is contained in:
parent
11599e6b9c
commit
5ce61f2470
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 9 10:10:38 1996 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* inet_aton.c: Use #if 0, not #ifdef 0.
|
||||
|
||||
Sun Dec 8 21:06:38 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
|
||||
|
||||
Add new interface to catch/throw, usable from C as well as
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#ifdef 0
|
||||
#if 0
|
||||
|
||||
/*
|
||||
* Ascii internet address interpretation routine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue