mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/AuthPolicy.C work.new/certs/lib/AuthPolicy.C
|
|
--- skipsrc-1.0.orig/certs/lib/AuthPolicy.C Fri Oct 25 13:11:37 1996
|
|
+++ work.new/certs/lib/AuthPolicy.C Mon Mar 8 21:33:38 1999
|
|
@@ -44,7 +44,9 @@
|
|
|
|
#pragma ident "@(#)AuthPolicy.C 1.9 96/05/15"
|
|
|
|
+#include <sys/types.h>
|
|
#include <dirent.h>
|
|
+#include <string.h>
|
|
#include "AuthPolicy.h"
|
|
|
|
|