mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-11 22:01:08 +02:00
2004-06-20 Moritz Schulte <moritz@g10code.com>
* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
This commit is contained in:
parent
17b9d06d7c
commit
4b3427c6ce
@ -1,3 +1,7 @@
|
|||||||
|
2004-06-20 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
|
* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
|
||||||
|
|
||||||
2004-05-11 Werner Koch <wk@gnupg.org>
|
2004-05-11 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.
|
* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user