summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm_smail
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-10 05:25:00 +0000
committerphk <phk@FreeBSD.org>1995-02-10 05:25:00 +0000
commit3b11b18c588f59757c9cdb863cf969f0b8594c95 (patch)
tree757506446ff779a658e082dbfc85ed340d3101e1 /usr.sbin/ctm/ctm_smail
parentc8a99599521b1b9c27886b319521e8b7628e16ef (diff)
downloadFreeBSD-src-3b11b18c588f59757c9cdb863cf969f0b8594c95.zip
FreeBSD-src-3b11b18c588f59757c9cdb863cf969f0b8594c95.tar.gz
Clean up some details, to make it clear to gcc that we do not try to do
something stupid.
Diffstat (limited to 'usr.sbin/ctm/ctm_smail')
-rw-r--r--usr.sbin/ctm/ctm_smail/ctm_smail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c
index b0379a2..28fd8d9 100644
--- a/usr.sbin/ctm/ctm_smail/ctm_smail.c
+++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
@@ -35,7 +36,7 @@ void apologise(char *delta, off_t ctm_size, long max_ctm_size,
FILE *open_sendmail(void);
int close_sendmail(FILE *fp);
-
+int
main(int argc, char **argv)
{
char *delta_file;
OpenPOWER on IntegriCloud