diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-05 04:24:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-05 04:24:48 +0000 |
commit | 73f7245be241129f9fe50a06f88e0d271ad6aac7 (patch) | |
tree | 5c907d1cda1487120cb51085884b2398699b9f7f /winsup/cygwin/fhandler_process.cc | |
parent | 5806add291f1c7561b85ab188298c34a9f3a06c4 (diff) | |
download | cygnal-73f7245be241129f9fe50a06f88e0d271ad6aac7.tar.gz cygnal-73f7245be241129f9fe50a06f88e0d271ad6aac7.tar.bz2 cygnal-73f7245be241129f9fe50a06f88e0d271ad6aac7.zip |
revert erroneous checkins
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 7b1773f0e..03000a21d 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -60,7 +60,7 @@ static const char * const process_listing[] = "ctty", "stat", "statm", - "qmdline", + "cmdline", NULL }; |