OSDN Git Service

* Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
authorcorinna <corinna>
Wed, 10 Sep 2003 19:13:04 +0000 (19:13 +0000)
committercorinna <corinna>
Wed, 10 Sep 2003 19:13:04 +0000 (19:13 +0000)
commit19e22a3fea54e8a225c27cf5f04541897f6bd94a
tree32b8a0c88bfe0628d75a2e5cd0dd99399d2a0dca
parent274fe7432240d63d42985ee4cc4a87aed691aea9
* Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
* cygwin.din: Export __check_rhosts_file, __rcmd_errstr, optarg,
opterr, optind, optopt, optreset, getopt, getopt_long, iruserok
and ruserok.
* getopt.c: Moved from lib to here.  Define opt* variables as
dllexport.
* iruserok.c: Moved from lib to here.  Rearrange function order.
Prefer using 64/32 bit functions.
* syscalls.cc (shell_fp): Define as struct __sFILE64.
(getusershell): Use fopen64 instead of fopen.
* winsup.h: Add declarations for seteuid32, fopen64,
cygwin_gethostbyname and cygwin_inet_addr.
* include/getopt.h: Declare opt* variables dllimport.
* include/cygwin/version.h: Bump API minor number.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/include/getopt.h
winsup/cygwin/libc/getopt.c [moved from winsup/cygwin/lib/getopt.c with 97% similarity]
winsup/cygwin/libc/iruserok.c [moved from winsup/cygwin/lib/iruserok.c with 80% similarity]
winsup/cygwin/syscalls.cc
winsup/cygwin/winsup.h