texinfo-commits
[Top][All Lists]
Advanced

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

[5859] don't include ioctl.h in info/man.c


From: Gavin D. Smith
Subject: [5859] don't include ioctl.h in info/man.c
Date: Mon, 06 Oct 2014 13:02:15 +0000

Revision: 5859
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5859
Author:   gavin
Date:     2014-10-06 13:02:14 +0000 (Mon, 06 Oct 2014)
Log Message:
-----------
don't include ioctl.h in info/man.c

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/man.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-10-06 12:24:13 UTC (rev 5858)
+++ trunk/ChangeLog     2014-10-06 13:02:14 UTC (rev 5859)
@@ -1,3 +1,7 @@
+2014-10-06  Gavin Smith  <address@hidden>
+
+       * info/man.c: Don't include sys/ioctl.h.
+
 2014-10-06  Ken Brown  <address@hidden>
 
        * system.h [O_BINARY && !__MSDOS__]: Don't redefine setmode if 

Modified: trunk/info/man.c
===================================================================
--- trunk/info/man.c    2014-10-06 12:24:13 UTC (rev 5858)
+++ trunk/info/man.c    2014-10-06 13:02:14 UTC (rev 5859)
@@ -20,9 +20,6 @@
    Originally written by Brian Fox Thu May  4 09:17:52 1995. */
 
 #include "info.h"
-#ifndef __MINGW32__
-#include <sys/ioctl.h>
-#endif
 #include "signals.h"
 #if defined (HAVE_SYS_TIME_H)
 #include <sys/time.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]