diff options
| author | Manuel Mausz <manuel@mausz.at> | 2019-06-11 15:28:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-06-11 15:29:11 +0200 |
| commit | 692760720b197b46e8e4268bede8cad6f90399aa (patch) | |
| tree | 0d0d5f45759b83e15d6668357f9482dca236880b /overmaildirquota.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'overmaildirquota.c')
| -rw-r--r-- | overmaildirquota.c | 11 |
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 | ||
| 15 | static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \ | 16 | static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \ |
| 16 | sam Exp $"; | 17 | sam Exp $"; |
