1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* Makefile.am: Make srv.c part of libcompat instead of libutil.

* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ is
too small these days.  Use libc malloc and free as we're part of
libcompat now which may not be linked to memory.c.
This commit is contained in:
David Shaw 2009-04-03 03:33:57 +00:00
parent c641585a42
commit 0f8b0fc195
3 changed files with 24 additions and 14 deletions

View file

@ -1,3 +1,11 @@
2009-04-02 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Make srv.c part of libcompat instead of libutil.
* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ
is too small these days. Use libc malloc and free as we're part
of libcompat now which may not be linked to memory.c.
2009-03-20 David Shaw <dshaw@jabberwocky.com>
* iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.