diff options
author | Christopher Faylor <me@cgf.cx> | 2007-02-20 00:16:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-02-20 00:16:18 +0000 |
commit | 510a85cbf974e4e1590a5eb625177795642ac9b8 (patch) | |
tree | 8c68ab8e8193d54a52f37ab507427ee6cfb62190 /winsup/cygwin/sigproc.cc | |
parent | b440e09025fc34d119c8f3f03a3ba6088e8c05ae (diff) | |
download | cygnal-510a85cbf974e4e1590a5eb625177795642ac9b8.tar.gz cygnal-510a85cbf974e4e1590a5eb625177795642ac9b8.tar.bz2 cygnal-510a85cbf974e4e1590a5eb625177795642ac9b8.zip |
Remove extraneous whitespace.
* pinfo.cc (commune_process): Use default argument to lock_process.
* sigproc.cc: Update copyright.
* select.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 56f9622f5..5906c3a24 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -1,7 +1,7 @@ /* sigproc.cc: inter/intra signal and sub process handler Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 Red Hat, Inc. + 2006, 2007 Red Hat, Inc. Written by Christopher Faylor |