diff options
| author | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
| commit | 56fc66c631719e906ac426db40e37f35e50b8850 (patch) | |
| tree | 100a00e15d2888f970c7bd7ec57ade2a5b591a2e /qsutil.c | |
| parent | ae95d84684e3b9781d380c7b17083095c486ac2e (diff) | |
| download | qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.gz qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.bz2 qmail-56fc66c631719e906ac426db40e37f35e50b8850.zip | |
fix compile errors
Diffstat (limited to 'qsutil.c')
| -rw-r--r-- | qsutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | static stralloc foo = {0}; | 6 | static stralloc foo = {0}; |
| 7 | 7 | ||
| 8 | static char errbuf[1]; | 8 | static char errbuf[1]; |
| 9 | static struct substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); | 9 | static substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); |
| 10 | 10 | ||
| 11 | void logsa(sa) stralloc *sa; { | 11 | void logsa(sa) stralloc *sa; { |
| 12 | substdio_putflush(&sserr,sa->s,sa->len); } | 12 | substdio_putflush(&sserr,sa->s,sa->len); } |
