fix build failure when long opts are enabled

This commit is contained in:
Mike Frysinger 2008-02-15 02:33:22 +00:00
parent 6b160e490d
commit ea915363e7

View File

@ -132,7 +132,6 @@ int rtcwake_main(int argc, char **argv)
"time\0" Required_argument "t"
;
applet_long_options = rtcwake_longopts;
}
#endif
opt = getopt32(argv, "alud:m:s:t:", &rtcname, &suspend, &opt_seconds, &opt_time);