summaryrefslogtreecommitdiffstats
path: root/overmaildirquota.c
diff options
context:
space:
mode:
authorManuel Mausz <manuel@mausz.at>2019-06-11 15:28:27 +0200
committermanuel <manuel@mausz.at>2019-06-11 15:29:11 +0200
commit692760720b197b46e8e4268bede8cad6f90399aa (patch)
tree0d0d5f45759b83e15d6668357f9482dca236880b /overmaildirquota.c
parent54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff)
downloadqmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz
qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2
qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip
Fix compile warnings...
Diffstat (limited to 'overmaildirquota.c')
-rw-r--r--overmaildirquota.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/overmaildirquota.c b/overmaildirquota.c
index 5e1877c..553d3ec 100644
--- a/overmaildirquota.c
+++ b/overmaildirquota.c
@@ -6,11 +6,12 @@
6#if HAVE_CONFIG_H 6#if HAVE_CONFIG_H
7#include "config.h" 7#include "config.h"
8#endif 8#endif
9#include "maildirquota.h" 9#include "maildirquota.h"
10#include <stdlib.h> 10#include <stdlib.h>
11#include <string.h> 11#include <string.h>
12#include <errno.h> 12#include <errno.h>
13#include <sys/stat.h> 13#include <unistd.h>
14#include <sys/stat.h>
14 15
15static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \ 16static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \
16sam Exp $"; 17sam Exp $";