diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 06:17:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 06:17:54 +0000 |
commit | 46bf503a0a2a3bc7dd3d70ee2f5c9f795333fbb2 (patch) | |
tree | 7e18f02d8c0b9e2769c06e44139472ea14b22466 /security/pgp6/files/patch-ao | |
parent | Add xtrojka, a skill game similar to T*tris. (diff) |
Update to PGP (International version) 6.5.1i. This is actually a new
port, repo-copied from security/pgp5 by asami.
I added a bunch of the intl mirrors to make this port super-available.
PR: 16377
Submitted by: Mike Sherwood <mike@fate.com>
Notes
Notes:
svn path=/head/; revision=28909
Diffstat (limited to 'security/pgp6/files/patch-ao')
-rw-r--r-- | security/pgp6/files/patch-ao | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ao b/security/pgp6/files/patch-ao new file mode 100644 index 000000000000..1b6b9e15d38a --- /dev/null +++ b/security/pgp6/files/patch-ao @@ -0,0 +1,15 @@ +*** libs/network/ldaplib/liblber/io.c 2000/01/26 03:10:31 1.1.1.1 +--- libs/network/ldaplib/liblber/io.c 2000/01/26 03:12:55 1.1.1.2 +*************** +*** 14,19 **** +--- 14,23 ---- + #include <stdio.h> + #include <ctype.h> + ++ #ifdef __FreeBSD__ ++ #include <sys/time.h> ++ #endif ++ + #if PGPSOCKETSLDAP /* jason */ + #include "pgpSocketsLDAP.h" + |