From f3b92d385695aecefd93d5f199be1f64270c2687 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Jun 2009 12:10:38 +0200 Subject: getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS Signed-off-by: Colin Watson Signed-off-by: Denys Vlasenko --- util-linux/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/script.c') diff --git a/util-linux/script.c b/util-linux/script.c index 2e2be33e7..d9a62fbfe 100644 --- a/util-linux/script.c +++ b/util-linux/script.c @@ -36,7 +36,7 @@ int script_main(int argc UNUSED_PARAM, char **argv) OPT_t = (1 << 4), }; -#if ENABLE_GETOPT_LONG +#if ENABLE_LONG_OPTS static const char getopt_longopts[] ALIGN1 = "append\0" No_argument "a" "command\0" Required_argument "c" -- cgit v1.2.3-55-g6feb