(net_read, net_write): remove prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6200 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-10 03:57:02 +00:00
parent 3752d59b9a
commit 29c418fd10
2 changed files with 26 additions and 2 deletions

View File

@@ -1,3 +1,29 @@
1999-05-10 Assar Westerlund <assar@sics.se>
* acconfig.h (KRB_PUT_INT): if we don't have KRB4 use four
arguments :-)
* appl/test/uu_server.c (setsockopt): cast to get rid of a warning
* appl/test/tcp_server.c (setsockopt): cast to get rid of a
warning
* appl/test/tcp_client.c (proto): call krb5_sendauth with ccache
== NULL
* appl/test/gssapi_server.c (setsockopt): cast to get rid of a
warning
* lib/krb5/sendauth.c (krb5_sendauth): handle ccache == NULL by
setting the default ccache.
* configure.in (getsockopt, setsockopt): test for
(AM_INIT_AUTOMAKE): bump version to 0.1g
* appl/Makefile.am (SUBDIRS): add kx
* lib/hdb/convert_db.c (main): handle the case of no master key
1999-05-09 Assar Westerlund <assar@sics.se>
* Release 0.1f

View File

@@ -139,5 +139,3 @@ extern des_cblock iv;
ssize_t do_read (int fd, void *buf, size_t sz);
ssize_t do_write (int fd, void *buf, size_t sz);
ssize_t net_read (int fd, void *buf, size_t len);
ssize_t net_write (int fd, const void *buf, size_t len);