comparison liboctave/file-stat.cc @ 10463:bbe99b2a5ba7

undo recent gnulib-related changes
author John W. Eaton <jwe@octave.org>
date Thu, 25 Mar 2010 17:30:07 -0400
parents 12d25a1d84bf
children e4e82740e9cd
comparison
equal deleted inserted replaced
10462:97a8ef453440 10463:bbe99b2a5ba7
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cerrno> 28 #include <cerrno>
29 #include "string.h" 29 #include <cstring>
30 30
31 #include <sys/types.h> 31 #include <sys/types.h>
32 #include <unistd.h> 32 #include <unistd.h>
33 33
34 #include "file-ops.h" 34 #include "file-ops.h"