Re: Remove duplicated includes in stdlib.h and termios.h

2016-09-19 Thread Philip Guenther
On Mon, Sep 19, 2016 at 11:50 AM, Frederic Cambus  wrote:
> Hi tech@,
>
> This diff removes duplicated includes in stdlib.h and termios.h
>
> Comments? OK?

ok guenther@



Remove duplicated includes in stdlib.h and termios.h

2016-09-19 Thread Frederic Cambus
Hi tech@,

This diff removes duplicated includes in stdlib.h and termios.h

Comments? OK?

Index: include/stdlib.h
===
RCS file: /cvs/src/include/stdlib.h,v
retrieving revision 1.66
diff -u -p -r1.66 stdlib.h
--- include/stdlib.h9 Sep 2016 18:12:37 -   1.66
+++ include/stdlib.h16 Sep 2016 22:23:11 -
@@ -85,8 +85,6 @@ typedef struct {
 extern size_t  __mb_cur_max;
 #defineMB_CUR_MAX  __mb_cur_max
 
-#include 
-
 /*
  * Some header files may define an abs macro.
  * If defined, undef it to prevent a syntax error and issue a warning.
Index: sys/sys/termios.h
===
RCS file: /cvs/src/sys/sys/termios.h,v
retrieving revision 1.12
diff -u -p -r1.12 termios.h
--- sys/sys/termios.h   17 Dec 2013 22:12:07 -  1.12
+++ sys/sys/termios.h   16 Sep 2016 22:23:12 -
@@ -247,7 +247,6 @@ struct termios {
 #define TCIOFF 3
 #define TCION  4
 
-#include 
 #include 
 
 #if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 200809