From: Simon Josefsson Date: Mon, 27 Oct 2008 16:16:19 +0000 (+0100) Subject: Fix typo in last commit. X-Git-Tag: v0.1~6755 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=81a4fd7486b07c6627da1590d027ff2dd1b6fafd;p=gnulib.git Fix typo in last commit. --- diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index cb31f44e4..234b527c4 100644 --- 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 - " \