This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / netinet / in.h
index be63cbf..df657ad 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)in.h        7.11 (Berkeley) 4/20/91
+ *     from: @(#)in.h  7.11 (Berkeley) 4/20/91
+ *     $Id$
  */
 
  */
 
+#ifndef _NETINET_IN_H_
+#define _NETINET_IN_H_
+
 /*
  * Constants and structures defined by the internet system,
  * Per RFC 790, September 1981.
 /*
  * Constants and structures defined by the internet system,
  * Per RFC 790, September 1981.
@@ -149,3 +153,5 @@ struct ip_opts {
 struct in_addr in_makeaddr();
 u_long in_netof(), in_lnaof();
 #endif
 struct in_addr in_makeaddr();
 u_long in_netof(), in_lnaof();
 #endif
+
+#endif /* _NETINET_IN_H_ */