summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index ca3f6551..12629ed5 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-12 Roland McGrath <roland@frob.com>
+
+ * fakeauth.c (main): Don't use posix_spawnp. Use _hurd_exec instead.
+
2002-05-06 Marcus Brinkmann <marcus@gnu.org>
* settrans.c (main): Return 0 instead of using break (which only
@@ -8,7 +12,7 @@
* fakeauth.c (main): Add ARGP_IN_ORDER to argp_parse invocation.
(main: parse_opt): New function.
(main): Set parser in ARGP to parse_opt.
-
+
2002-05-04 Roland McGrath <roland@frob.com>
* fakeauth.c (main): Update doc strings, clean up argp_parse call.