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 /forward.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'forward.c')
| -rw-r--r-- | forward.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | #include <unistd.h> | ||
| 1 | #include "sig.h" | 2 | #include "sig.h" |
| 2 | #include "readwrite.h" | ||
| 3 | #include "exit.h" | 3 | #include "exit.h" |
| 4 | #include "env.h" | 4 | #include "env.h" |
| 5 | #include "qmail.h" | 5 | #include "qmail.h" |
| @@ -13,7 +13,7 @@ void die_nomem() { strerr_die2x(111,FATAL,"out of memory"); } | |||
| 13 | 13 | ||
| 14 | struct qmail qqt; | 14 | struct qmail qqt; |
| 15 | 15 | ||
| 16 | int mywrite(fd,buf,len) int fd; char *buf; int len; | 16 | ssize_t mywrite(fd,buf,len) int fd; char *buf; int len; |
| 17 | { | 17 | { |
| 18 | qmail_put(&qqt,buf,len); | 18 | qmail_put(&qqt,buf,len); |
| 19 | return len; | 19 | return len; |
