OSDN Git Service

Accomodate moving cygserver header files from cygwin/include/cygwin
authorcorinna <corinna>
Wed, 22 Oct 2003 10:04:11 +0000 (10:04 +0000)
committercorinna <corinna>
Wed, 22 Oct 2003 10:04:11 +0000 (10:04 +0000)
commitf1a17a303a0262341121d22b67840a9fecd2ec91
tree3e9d80dad38a11b40743e686bc3a72d0bcedbff4
parenta05370ec170777ae6c2a5585027aab9cc2707a56
Accomodate moving cygserver header files from cygwin/include/cygwin
to here and cygwin dir.
* Makefile.in (EXEEXT): Drop as unused.
(EXEEXT_FOR_BUILD): Ditto.
(all): Don't build libcygserver.a.
* cygserver_process.h: Moved from cygwin/include/cygwin to here.
* cygserver_transport.h: Ditto.
* cygserver_transport_pipes.h: Ditto.
* cygserver_transport_sockets.h: Ditto.
* ipc.h: Moved to ../cygwin and renamed to cygserver_ipc.h.
* shm.h: Moved to ../cygwin and renamed to cygserver_shm.h.
15 files changed:
winsup/cygserver/ChangeLog
winsup/cygserver/Makefile.in
winsup/cygserver/client.cc
winsup/cygserver/cygserver.cc
winsup/cygserver/cygserver_process.h [new file with mode: 0644]
winsup/cygserver/cygserver_transport.h [new file with mode: 0644]
winsup/cygserver/cygserver_transport_pipes.h [new file with mode: 0644]
winsup/cygserver/cygserver_transport_sockets.h [new file with mode: 0644]
winsup/cygserver/ipc.h [deleted file]
winsup/cygserver/process.cc
winsup/cygserver/shm.cc
winsup/cygserver/shm.h [deleted file]
winsup/cygserver/transport.cc
winsup/cygserver/transport_pipes.cc
winsup/cygserver/transport_sockets.cc