summaryrefslogblamecommitdiff
path: root/mail/smtpd/files/patch-ab
blob: a59be0babfff220c7e4df40d2812a083b8e33ec1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                              
--- smtpfwdd.c.org	Wed Jun 17 21:21:10 1998
+++ smtpfwdd.c	Wed Jun 17 21:21:22 1998
@@ -43,12 +43,12 @@
 "Copyright 1996 - Obtuse Systems Corporation - All rights reserved.";
 char *obtuse_rcsid = "$Id: smtpfwdd.c,v 1.35 1997/12/12 04:07:49 beck Exp $";
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <signal.h>
 #include <dirent.h>
 #include <pwd.h>
 #include <grp.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/stat.h>