Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 01:26:27 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r250585 - stable/9/sbin/iscontrol
Message-ID:  <201305130126.r4D1QRqP067507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon May 13 01:26:26 2013
New Revision: 250585
URL: http://svnweb.freebsd.org/changeset/base/250585

Log:
  MFC r250303:
  	Remove includes for old versions of FreeBSD.
  
  Reviewed by:	stass

Modified:
  stable/9/sbin/iscontrol/auth_subr.c
  stable/9/sbin/iscontrol/fsm.c
  stable/9/sbin/iscontrol/login.c
  stable/9/sbin/iscontrol/misc.c
Directory Properties:
  stable/9/sbin/iscontrol/   (props changed)

Modified: stable/9/sbin/iscontrol/auth_subr.c
==============================================================================
--- stable/9/sbin/iscontrol/auth_subr.c	Mon May 13 01:20:36 2013	(r250584)
+++ stable/9/sbin/iscontrol/auth_subr.c	Mon May 13 01:26:26 2013	(r250585)
@@ -40,9 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
-#if __FreeBSD_version < 500000
-#include <sys/time.h>
-#endif
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: stable/9/sbin/iscontrol/fsm.c
==============================================================================
--- stable/9/sbin/iscontrol/fsm.c	Mon May 13 01:20:36 2013	(r250584)
+++ stable/9/sbin/iscontrol/fsm.c	Mon May 13 01:26:26 2013	(r250585)
@@ -40,9 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
-#if __FreeBSD_version < 500000
-#include <sys/time.h>
-#endif
 #include <sys/ioctl.h>
 #include <netdb.h>
 #include <stdlib.h>

Modified: stable/9/sbin/iscontrol/login.c
==============================================================================
--- stable/9/sbin/iscontrol/login.c	Mon May 13 01:20:36 2013	(r250584)
+++ stable/9/sbin/iscontrol/login.c	Mon May 13 01:26:26 2013	(r250585)
@@ -39,9 +39,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
-#if __FreeBSD_version < 500000
-#include <sys/time.h>
-#endif
 #include <sys/ioctl.h>
 #include <stdio.h>
 #include <stdlib.h>

Modified: stable/9/sbin/iscontrol/misc.c
==============================================================================
--- stable/9/sbin/iscontrol/misc.c	Mon May 13 01:20:36 2013	(r250584)
+++ stable/9/sbin/iscontrol/misc.c	Mon May 13 01:26:26 2013	(r250585)
@@ -40,9 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
-#if __FreeBSD_version < 500000
-#include <sys/time.h>
-#endif
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



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