summaryrefslogtreecommitdiff
path: root/security/rsaref
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 /security/rsaref
parentClean out a bunch 'o stuff this port doesn't install. (diff)
oops. fix my previous commit.
Notes
Notes: svn path=/head/; revision=13495
Diffstat (limited to 'security/rsaref')
-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