From 81a4fd7486b07c6627da1590d027ff2dd1b6fafd Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 27 Oct 2008 17:16:19 +0100 Subject: [PATCH] Fix typo in last commit. --- lib/sys_stat.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - " \ -- 2.11.0