diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-06-08 16:12:07 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-08 16:12:07 +0000 |
| commit | 8b0ccf987cb18ee4a0563c7ceb4957dfb9788736 (patch) | |
| tree | 0f333fd57dc32fd439fe3e9fd8270f862b79d471 /src/lib/rpc/unit-test/ChangeLog | |
| parent | 9e9c978eba4206f579ca973f62266a1a95d9b047 (diff) | |
| download | krb5-8b0ccf987cb18ee4a0563c7ceb4957dfb9788736.tar.gz krb5-8b0ccf987cb18ee4a0563c7ceb4957dfb9788736.tar.xz krb5-8b0ccf987cb18ee4a0563c7ceb4957dfb9788736.zip | |
* client.c: Include unistd.h for getopt() prototype
* configure.in: Check for unistd.h.
* server.c: Include unistd.h for getopt() prototype. Fix
rpc_test_badauth() prototype to be consistant with error
handler. Declare main as returning int. If POSIX_SIGNALS is
defined, the handler expects an argument.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13312 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index e8d21818de..ac312fdd22 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,14 @@ +2001-06-08 Ezra Peisach <epeisach@mit.edu> + + * client.c: Include unistd.h for getopt() prototype. + + * configure.in: Check for unistd.h. + + * server.c: Include unistd.h for getopt() prototype. Fix + rpc_test_badauth() prototype to be consistant with error + handler. Declare main as returning int. If POSIX_SIGNALS is + defined, the handler expects an argument. + 2001-06-07 Ezra Peisach <epeisach@mit.edu> * server.c (log_badauth_display_status_1): Do not assume that |
