Removed the unneeded alloca.h
This commit is contained in:
parent
867df1aa04
commit
3d6d811a83
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-13 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* assuan-domain-connect.c: Removed the unneeded alloca.h
|
||||||
|
|
||||||
2003-08-13 Werner Koch <wk@gnupg.org>
|
2003-08-13 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* assuan-inquire.c (assuan_inquire): Increase length of cmdbuf to
|
* assuan-inquire.c (assuan_inquire): Increase length of cmdbuf to
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <alloca.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user