* mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 20:16:48 +0000 (20:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 20:16:48 +0000 (20:16 +0000)
lib/ChangeLog
lib/mkstemp-safer.c

index 416656f..959f7e1 100644 (file)
@@ -6,7 +6,7 @@
        Include "mkstemp.h".
        Make the _LIBC code resemble glibc original more,
        e.g., use K&R style.
-       * mkstemp-safer.c: Include "mkstemp.h".
+       * mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
        (mkstemp): Remove, since mkstemp.h does this for us.
        * stdlib--.h: Include mkstemp.h.
 
index d1587ba..365b3e6 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "stdlib-safer.h"
 
-#include <stdlib.h>
 #include "mkstemp.h"
 #include "unistd-safer.h"