From 18dc5dc677ebf1d415e1adeff24041e9f496a2ed Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 27 Jul 2000 19:53:33 +0000 Subject: 2000-07-27 Thomas Bushnell, BSG * portinfo.c: Comment out unimplemented argument `--show-targets'. Reported by Marcus.Brinkmann@ruhr-uni-bochum.de. --- utils/ChangeLog | 6 ++++++ utils/portinfo.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * portinfo.c: Comment out unimplemented argument + `--show-targets'. Reported by + Marcus.Brinkmann@ruhr-uni-bochum.de. + 2000-07-26 Mark Kettenis * 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 @@ -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 -- cgit v1.2.3