diff options
author | Dima Ruban <dima@FreeBSD.org> | 1998-09-28 02:14:33 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1998-09-28 02:14:33 +0000 |
commit | 4e3e46d910b7834ea99454564354bb08c98f9bb8 (patch) | |
tree | a89e9b6d7851bc5428c8a52da0beef015a6c46c0 /security/rsaref/files | |
parent | 851cf528b2d94a43f86471036827fe71be618f48 (diff) | |
download | freebsd-ports-4e3e46d910b7834ea99454564354bb08c98f9bb8.zip |
oops. fix my previous commit.
Diffstat (limited to 'security/rsaref/files')
-rw-r--r-- | security/rsaref/files/patch-ab | 2 |
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 |