diff options
author | Thomas Bushnell <thomas@gnu.org> | 2000-07-27 19:53:33 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 2000-07-27 19:53:33 +0000 |
commit | 18dc5dc677ebf1d415e1adeff24041e9f496a2ed (patch) | |
tree | 5247da0b1efcca939357edeb673b7728c3de4828 | |
parent | 2d9185d6ecc156f7dfe36327ad68080f84d5f80a (diff) |
2000-07-27 Thomas Bushnell, BSG <tb@mit.edu>
* portinfo.c: Comment out unimplemented argument
`--show-targets'. Reported by
Marcus.Brinkmann@ruhr-uni-bochum.de.
-rw-r--r-- | utils/ChangeLog | 6 | ||||
-rw-r--r-- | utils/portinfo.c | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index d5adefa5..21d1b5b4 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,9 @@ +2000-07-27 Thomas Bushnell, BSG <tb@mit.edu> + + * portinfo.c: Comment out unimplemented argument + `--show-targets'. Reported by + Marcus.Brinkmann@ruhr-uni-bochum.de. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib diff --git a/utils/portinfo.c b/utils/portinfo.c index d5bdadf0..e78c77df 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -1,6 +1,6 @@ /* Print information about a task's ports - Copyright (C) 1996,97,98,99 Free Software Foundation, Inc. + Copyright (C) 1996,97,98,99, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -57,8 +57,10 @@ static const struct argp_option options[] = { {0,0,0,0, "Translating port names between tasks:", 3}, {"translate", 't', "PID", 0, "Translate port names to process PID"}, +#if 0 {"show-targets", 'h', 0, 0, "Print a header describing the target process" }, +#endif {"no-translation-errors", 'E', 0, 0, "Don't display an error if a specified port can't be translated" }, #if 0 |