freebsd-ports/security/smtpmap/files/patch-include::types.h
Oliver Lehmann 7da1d13b26 Add smtpmap 0.8, an SMTP software identifier.
PR:		46552
Submitted by:	Hubert Tournier <hubert@frbsd.org>
2003-06-17 00:03:58 +00:00

20 lines
444 B
C

--- include/types.h.orig Wed Dec 25 23:26:52 2002
+++ include/types.h Wed Dec 25 23:27:14 2002
@@ -13,7 +13,7 @@
#ifndef __TYPES_H
#define __TYPES_H
-#ifdef __linux__
+#ifdef __FreeBSD__
typedef bool BOOL;
typedef float double32;
typedef double double64;
@@ -29,7 +29,7 @@
typedef signed short sint16;
typedef unsigned short uint16;
-#endif // __linux__
+#endif // __FreeBSD__
#ifdef __sparc__
typedef bool BOOL;