summaryrefslogtreecommitdiffstats
path: root/qsutil.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-06 01:46:51 +0100
committermanuel <manuel@mausz.at>2013-02-06 01:46:51 +0100
commit56fc66c631719e906ac426db40e37f35e50b8850 (patch)
tree100a00e15d2888f970c7bd7ec57ade2a5b591a2e /qsutil.c
parentae95d84684e3b9781d380c7b17083095c486ac2e (diff)
downloadqmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.gz
qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.bz2
qmail-56fc66c631719e906ac426db40e37f35e50b8850.zip
fix compile errors
Diffstat (limited to 'qsutil.c')
-rw-r--r--qsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qsutil.c b/qsutil.c
index 80c619d..a769829 100644
--- a/qsutil.c
+++ b/qsutil.c
@@ -6,7 +6,7 @@
6static stralloc foo = {0}; 6static stralloc foo = {0};
7 7
8static char errbuf[1]; 8static char errbuf[1];
9static struct substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); 9static substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1);
10 10
11void logsa(sa) stralloc *sa; { 11void logsa(sa) stralloc *sa; {
12 substdio_putflush(&sserr,sa->s,sa->len); } 12 substdio_putflush(&sserr,sa->s,sa->len); }