summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/libmilter/milter.h
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-01 01:49:02 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-01 01:49:02 +0000
commitf84ac9120cb7d9f087e5dcb863c4bf25ba2985e6 (patch)
tree1965ed8ab83d1520308eb01c0471d69de74d7653 /contrib/sendmail/include/libmilter/milter.h
parent4332139a9a11f773ffe5109bed871561e3c290a1 (diff)
downloadFreeBSD-src-f84ac9120cb7d9f087e5dcb863c4bf25ba2985e6.zip
FreeBSD-src-f84ac9120cb7d9f087e5dcb863c4bf25ba2985e6.tar.gz
Import of sendmail version 8.11.1 into vendor branch SENDMAIL with
release tag v8_11_1. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
Diffstat (limited to 'contrib/sendmail/include/libmilter/milter.h')
-rw-r--r--contrib/sendmail/include/libmilter/milter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sendmail/include/libmilter/milter.h b/contrib/sendmail/include/libmilter/milter.h
index 569a37c..786d0e4 100644
--- a/contrib/sendmail/include/libmilter/milter.h
+++ b/contrib/sendmail/include/libmilter/milter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -7,7 +7,7 @@
* the sendmail distribution.
*
*
- * $Id: milter.h,v 8.24.16.6 2000/06/08 22:13:39 gshapiro Exp $
+ * $Id: milter.h,v 8.24.16.8 2000/09/17 17:04:24 gshapiro Exp $
*/
/*
@@ -74,8 +74,8 @@
/* socket and thread portability */
# include <pthread.h>
-typedef pthread_t sthread_t;
-typedef int socket_t;
+typedef pthread_t sthread_t;
+typedef int socket_t;
# define MAX_MACROS_ENTRIES 4 /* max size of macro pointer array */
OpenPOWER on IntegriCloud