*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9575 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-29 06:57:19 +00:00
parent 28a3dc3863
commit 55b30cf74e

View File

@@ -1,5 +1,10 @@
2001-01-29 Assar Westerlund <assar@sics.se>
* tools/krb5-config.in: use @LIB_des_appl@
* tools/Makefile.am (krb5-config): add LIB_des_appl
* configure.in (LIB_des): set correctly
(LIB_des_appl): add for the use by krb5-config.in
* lib/krb5/store_fd.c (fd_fetch, fd_store): use net_{read,write}
to make sure of not dropping data when doing it over a socket.
(this might break when used with ordinary files on win32)