diff options
author | eivind <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
commit | 1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0 (patch) | |
tree | 8f8313e64896480f1db17c92eee22495aca301a8 /include/arpa | |
parent | 747462e40f19802a3f1b005a0558c7e6eb655c56 (diff) | |
download | FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.zip FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.tar.gz |
Back out all of yesterdays include file changes.
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/inet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 4d03df2..dad3916 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -50,7 +50,7 @@ * * @(#)inet.h 8.1 (Berkeley) 6/2/93 * From: inet.h,v 8.6 1996/08/08 06:54:29 vixie Exp - * $Id: inet.h,v 1.7 1997/02/23 09:17:19 peter Exp $ + * $Id: inet.h,v 1.8 1997/05/07 02:26:47 eivind Exp $ */ #ifndef _ARPA_INET_H_ @@ -61,7 +61,7 @@ #include <sys/types.h> #include <sys/cdefs.h> -#include <netinet/in.h> +struct in_addr; __BEGIN_DECLS int ascii2addr __P((int, const char *, void *)); |