1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/gale/files/patch-crypto
Kevin Lo bee443e823 Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
2001-07-03 13:22:51 +00:00

13 lines
309 B
Plaintext

--- libgale/crypto_i.c.orig Mon Jul 2 17:33:39 2001
+++ libgale/crypto_i.c Mon Jul 2 17:38:27 2001
@@ -3,7 +3,9 @@
#include <openssl/rand.h>
#include <openssl/err.h>
+#ifndef __FreeBSD__
#include <sys/vfs.h>
+#endif /* __FreeBSD__ */
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>