Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet need atomic.h, from uwe



details:   https://anonhg.NetBSD.org/src/rev/b84887605225
branches:  trunk
changeset: 325655:b84887605225
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 02 18:52:04 2014 +0000

description:
need atomic.h, from uwe

diffstat:

 sys/netinet/tcp_subr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9e34e2666bb7 -r b84887605225 sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c    Thu Jan 02 18:45:24 2014 +0000
+++ b/sys/netinet/tcp_subr.c    Thu Jan 02 18:52:04 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_subr.c,v 1.253 2014/01/02 18:29:01 pooka Exp $     */
+/*     $NetBSD: tcp_subr.c,v 1.254 2014/01/02 18:52:04 pooka Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.253 2014/01/02 18:29:01 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.254 2014/01/02 18:52:04 pooka Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -100,6 +100,7 @@
 #include "opt_mbuftrace.h"
 
 #include <sys/param.h>
+#include <sys/atomic.h>
 #include <sys/proc.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>



Home | Main Index | Thread Index | Old Index