diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-01-20 18:04:32 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-01-20 18:04:32 +0000 |
commit | d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940 (patch) | |
tree | 0e502352a08e209e3d880643cb719c2de96859dc /winsup/cygwin/fhandler_process.cc | |
parent | 38f50ae4d555fca2b1b976d7802c6abdfe1e72dd (diff) | |
download | cygnal-d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940.tar.gz cygnal-d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940.tar.bz2 cygnal-d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940.zip |
* fhandler_procnet.cc: Reorganize global procnet content data into a
new struct virt_tab_t. Accommodate throughout.
* fhandler.h: Fix copyright dates.
* fhandler_process.cc: Ditto.
* fhandler_registry.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler_process.cc')
-rw-r--r-- | winsup/cygwin/fhandler_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 1f0198a82..710fbe72d 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -1,6 +1,6 @@ /* fhandler_process.cc: fhandler for /proc/<pid> virtual filesystem - Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. + Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Red Hat, Inc. This file is part of Cygwin. |