OSDN Git Service

Update copyright on all files checked in so far this year.
authorcgf <cgf>
Wed, 11 Jan 2012 19:07:07 +0000 (19:07 +0000)
committercgf <cgf>
Wed, 11 Jan 2012 19:07:07 +0000 (19:07 +0000)
commit3754e3511446d1e377f2a7a0866f05015008e930
tree98c5427cb64c59a2ac60b6dc7532ae61d58f52d0
parent66b801b98e57d444893dbf9574fb1369def8b5e0
Update copyright on all files checked in so far this year.
* fhandler.h: Use #pragma once rather than ifdef guards.
(fhandler_console::tc_getpgid): Return our pgid if we have never opened a
console.
* fork.cc: Rearrange includes to accommodate fhandler.h use of pinfo.h.
* sigproc.cc: Ditto.
* spawn.cc: Ditto.
(child_info_spawn::worker): Query myself->pgid rather than calling expensive
function.
* thread.h: Use #pragma once rather than ifdef guards.
* pinfo.h: Use #pragma once rather than ifdef guards.
(pinfo::remember): Don't define if sigproc.h has not been included.
(pinfo::reattach): Ditto.
* sigproc.h: Use #pragma once rather than ifdef guards.  Use different test to
see if pinfo.h has been included.
13 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fork.cc
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/path.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/pinfo.h
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
winsup/cygwin/spawn.cc
winsup/cygwin/thread.cc
winsup/cygwin/thread.h