summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-12 21:02:24 +0000
committerRoland McGrath <roland@gnu.org>2002-05-12 21:02:24 +0000
commit56533495a292c28490caca06a370f6eaff2cd7db (patch)
treecde899dd5761630e9c3734766a06f34a09f6f910
parent713dbd69a8b9e7a852bbe29c1447ecf220187fcf (diff)
.
-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.