diff options
Diffstat (limited to '')
-rw-r--r-- | security/skip/files/patch-aw | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/security/skip/files/patch-aw b/security/skip/files/patch-aw index ed65632c3beb..f3f8006a8aad 100644 --- a/security/skip/files/patch-aw +++ b/security/skip/files/patch-aw @@ -1,22 +1,11 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/ROADMAP work.new/doc/ROADMAP ---- skipsrc-1.0.orig/doc/ROADMAP Fri Oct 25 13:11:55 1996 -+++ work.new/doc/ROADMAP Thu Jul 22 11:13:09 1999 -@@ -1,6 +1,13 @@ - This directory contains documentation and legal statements for this - release. +diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/test_ca.C work.new/certs/lib/test_ca.C +--- skipsrc-1.0.orig/certs/lib/test_ca.C Fri Oct 25 13:11:50 1996 ++++ work.new/certs/lib/test_ca.C Mon Jan 24 12:35:37 2000 +@@ -46,6 +46,7 @@ -+README.FreeBSD - Notes on the FreeBSD port of SKIP. -+ -+README.FreeBSD+NAT - Notes on using SKIP with FreeBSD's NAT -+ (Network Address Translation). -+ -+All of the other documentation is NOT specific to FreeBSD: -+ - 00README - Introduction, Release notes and Build - Instructions. Read this first. You - should read this if only for the -@@ -24,3 +31,4 @@ - architecture and performance. - - usersguide.* - User's guide in various formats -+ + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + #include <sys/types.h> + #include "Time.h" + #include "Bigint.h" |