From: Paul Eggert Date: Wed, 20 Sep 2006 20:16:48 +0000 (+0000) Subject: * mkstemp-safer.c: Include "mkstemp.h" instead of . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05b35f48842c52e85bc9d50f8c34269d727c76c;p=pspp * mkstemp-safer.c: Include "mkstemp.h" instead of . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 416656ff4a..959f7e1e4c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 . (mkstemp): Remove, since mkstemp.h does this for us. * stdlib--.h: Include mkstemp.h. diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c index d1587bad5a..365b3e6a76 100644 --- a/lib/mkstemp-safer.c +++ b/lib/mkstemp-safer.c @@ -22,7 +22,6 @@ #include "stdlib-safer.h" -#include #include "mkstemp.h" #include "unistd-safer.h"