Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet fix typo



details:   https://anonhg.NetBSD.org/src/rev/3520e35b54e1
branches:  trunk
changeset: 782433:3520e35b54e1
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 02 21:07:07 2012 +0000

description:
fix typo

diffstat:

 sys/netinet/ip.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ec70fbb7c07 -r 3520e35b54e1 sys/netinet/ip.h
--- a/sys/netinet/ip.h  Fri Nov 02 21:00:23 2012 +0000
+++ b/sys/netinet/ip.h  Fri Nov 02 21:07:07 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip.h,v 1.33 2012/11/02 21:00:23 christos Exp $ */
+/*     $NetBSD: ip.h,v 1.34 2012/11/02 21:07:07 christos Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -34,7 +34,7 @@
 #ifndef _NETINET_IP_H_
 #define _NETINET_IP_H_
 
-#include <netinet/systm.h>     /* for n_time */
+#include <netinet/in_systm.h>  /* for n_time */
 /*
  * Definitions for internet protocol version 4.
  * Per RFC 791, September 1981.



Home | Main Index | Thread Index | Old Index