Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2017 09:45:17 +0000 (UTC)
From:      Julien Charbon <jch@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324193 - head/sys/netinet
Message-ID:  <201710020945.v929jH93058805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jch
Date: Mon Oct  2 09:45:17 2017
New Revision: 324193
URL: https://svnweb.freebsd.org/changeset/base/324193

Log:
  Forgotten bits in r324179:  Include sys/syslog.h if INVARIANTS is not defined
  
  MFC after:	1 week
  X-MFC with:	r324179
  Pointy hat to:	jch

Modified:
  head/sys/netinet/tcp_timewait.c

Modified: head/sys/netinet/tcp_timewait.c
==============================================================================
--- head/sys/netinet/tcp_timewait.c	Mon Oct  2 09:11:48 2017	(r324192)
+++ head/sys/netinet/tcp_timewait.c	Mon Oct  2 09:45:17 2017	(r324193)
@@ -47,6 +47,9 @@ __FBSDID("$FreeBSD$");
 #include <sys/proc.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
+#ifndef INVARIANTS
+#include <sys/syslog.h>
+#endif
 #include <sys/protosw.h>
 #include <sys/random.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710020945.v929jH93058805>