OSDN Git Service

* ssp.c (help_desk): Fix compiler warning. Christopher Faylor <cgf@redhat.com>
authorcgf <cgf>
Wed, 27 Feb 2002 16:10:17 +0000 (16:10 +0000)
committercgf <cgf>
Wed, 27 Feb 2002 16:10:17 +0000 (16:10 +0000)
commitbb989f7ad91fbcdfee812f9378c3c095d66d13e4
treecd80369f66f000006abde7344cb4a182f6af58a7
parent50d3a5799a174ca7302063e541ff26d2b167674b
* ssp.c (help_desk): Fix compiler warning.  Christopher Faylor <cgf@redhat.com>
Change appropriate globals to statics throughout.
* cygcheck.cc (usage): Simplify usage output.  Generalize to allow use for
help.
(longopts): Add version option.
(opts): Add 'V" version option.
(print_version): New function.
(main): Accommodate new version option.  Accommodate usage parameter changes.
Use usage to output help message.
* Makefile.in (CXXFLAGS): Add override so that HAVE_DECL_GETOPT is defined.
(libbfd): Use -B rather than -L so that bfd from build directory is correctly
found.
(libintl): Ditto.
winsup/utils/ChangeLog
winsup/utils/Makefile.in
winsup/utils/cygcheck.cc
winsup/utils/ssp.c