Mercurial > masqmail
comparison src/log.c @ 377:9bc3e47b0222
Various cleanups to remove compiler warnings.
We're clean now, if we specify `-Wno-pointer-sign'.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 14 Jan 2012 18:44:48 +0100 |
parents | b27f66555ba8 |
children | 5f0829f8e6c7 |
comparison
equal
deleted
inserted
replaced
376:028bc124d744 | 377:9bc3e47b0222 |
---|---|
15 ** You should have received a copy of the GNU General Public License | 15 ** You should have received a copy of the GNU General Public License |
16 ** along with this program; if not, write to the Free Software | 16 ** along with this program; if not, write to the Free Software |
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 */ | 18 */ |
19 | 19 |
20 #include <sys/stat.h> | |
20 #include <sysexits.h> | 21 #include <sysexits.h> |
21 | 22 |
22 #include "masqmail.h" | 23 #include "masqmail.h" |
23 | 24 |
24 static char *_sysexit_strings[] = { | 25 static char *_sysexit_strings[] = { |