changeset 10730:7b6f41fdc3f5

Fix typo in last commit.
author Simon Josefsson <simon@josefsson.org>
date Mon, 27 Oct 2008 17:16:19 +0100
parents 5f26cbc4994d
children 98ea7b28018f
files lib/sys_stat.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/sys_stat.in.h
+++ b/lib/sys_stat.in.h
@@ -285,7 +285,7 @@
 #  define lstat rpl_lstat
 extern int rpl_lstat (const char *name, struct stat *buf);
 # endif
-#elif define GNULIB_POSIXCHECK
+#elif defined GNULIB_POSIXCHECK
 # undef lstat
 # define lstat(p,b)							\
   (GL_LINK_WARNING ("lstat is unportable - "				\