diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 22:58:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 22:58:13 +0000 |
commit | a93196544c6b61c5de52329c4177b4254c85de4b (patch) | |
tree | c55c6dff84607f921f4516d5980e330c4cd30306 /utils | |
parent | f640405cd265d49f5508608d7fa490c8b83e3b40 (diff) |
.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 5fe6d319..86300b75 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,16 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * fakeauth.c: New file. + * Makefile (fakeauth): New target. + (targets): Add it. + (SRCS): Add fakeauth.c. + (auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS, + auth_requestUser-CPPFLAGS): New variables. + + * shd.c: Include <error.h> for `error' decl. + + * Makefile (rpctrace): Put libthreads before libports. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * rpctrace.c (parse_msgid_list): Use ERR, not errno. |