aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-09-28 02:14:33 +0000
committerDima Ruban <dima@FreeBSD.org>1998-09-28 02:14:33 +0000
commit4e3e46d910b7834ea99454564354bb08c98f9bb8 (patch)
treea89e9b6d7851bc5428c8a52da0beef015a6c46c0
parent851cf528b2d94a43f86471036827fe71be618f48 (diff)
downloadports-4e3e46d910b7834ea99454564354bb08c98f9bb8.tar.gz
ports-4e3e46d910b7834ea99454564354bb08c98f9bb8.zip
Notes
-rw-r--r--security/rsaref/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rsaref/files/patch-ab b/security/rsaref/files/patch-ab
index b87826810f8b..6c1a25fc9a17 100644
--- a/security/rsaref/files/patch-ab
+++ b/security/rsaref/files/patch-ab
@@ -13,7 +13,7 @@
/* UINT4 defines a four byte word */
typedef unsigned long int UINT4;
+ #else
-+ #include <machine/types.h>
++ #include <sys/types.h>
+ typedef u_int16_t UINT2;
+ typedef u_int32_t UINT4;
+ #endif