nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH 14/17] pull in lstat module from gnulib


From: Mike Frysinger
Subject: [Nano-devel] [PATCH 14/17] pull in lstat module from gnulib
Date: Tue, 21 Feb 2017 17:04:46 -0500

This is used by systems that lack lstat like Windows.
---
 autogen.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autogen.sh b/autogen.sh
index d0e753dbc524..b2eecc2c9f75 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,6 +11,7 @@ modules="
        glob
        isblank
        iswblank
+       lstat
        regex
        snprintf-posix
        stdarg
-- 
2.11.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]