From 335b63d8d1876ce4e172ebcc9d64544785682244 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 10 Apr 2007 21:38:30 +0000 Subject: make a few struct bb_applet members conditional rename sllep_and_die -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found by randomconfig --- util-linux/getopt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'util-linux/getopt.c') diff --git a/util-linux/getopt.c b/util-linux/getopt.c index fefa02206..85a1d4410 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -51,10 +51,8 @@ enum { OPT_s = 0x10, // -s OPT_T = 0x20, // -T OPT_u = 0x40, // -u -#if ENABLE_GETOPT_LONG OPT_a = 0x80, // -a OPT_l = 0x100, // -l -#endif SHELL_IS_TCSH = 0x8000, /* hijack this bit for other purposes */ }; -- cgit v1.2.3