mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
46bf503a0a
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>
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
*** 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"
|
|
|