summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committereivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit379be4bd6976e0978a3a320598eacd98708ee1f2 (patch)
tree7257f42f700a2e7b01b98d56a31940970b0d54ef /include/arpa
parent173bd2da2e16e77a80909cbb1d6a34c497014e8d (diff)
downloadFreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.zip
FreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.tar.gz
Make a lot of include-files self-contained. I excluded the patches changing
int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/inet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index bdab779..4d03df2 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$
+ * $Id: inet.h,v 1.7 1997/02/23 09:17:19 peter Exp $
*/
#ifndef _ARPA_INET_H_
@@ -61,7 +61,7 @@
#include <sys/types.h>
#include <sys/cdefs.h>
-struct in_addr;
+#include <netinet/in.h>
__BEGIN_DECLS
int ascii2addr __P((int, const char *, void *));
OpenPOWER on IntegriCloud