* 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 416656ff4a048895f6e9308f09123d1deade0d24..959f7e1e4c56ed65d51bf52bfc814f7e3589e749 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 d1587bad5abf761a29fec1bf187b154183d81f15..365b3e6a760b3a65443d3277557a6752dd5345d8 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "stdlib-safer.h"
 
-#include <stdlib.h>
 #include "mkstemp.h"
 #include "unistd-safer.h"