summaryrefslogtreecommitdiff
path: root/ftp/pavuk/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-05 04:03:44 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-05 04:03:44 +0000
commitb8e020f661016b8e874b2ba6b8647f81e2df4257 (patch)
tree5e3c1712f397a2c39b400780972bbc240e7868d2 /ftp/pavuk/files/patch-ab
parentNumerous -Wall fixes. None of which were potentially breaking things, (diff)
Fix a typo in the makefile, it was doing ${MKDIR} share/... instead
of ${MKDIR} ${PREFIX}/share and update to pl 18.
Diffstat (limited to 'ftp/pavuk/files/patch-ab')
-rw-r--r--ftp/pavuk/files/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/pavuk/files/patch-ab b/ftp/pavuk/files/patch-ab
index 13348e776bcc..573e520b98fa 100644
--- a/ftp/pavuk/files/patch-ab
+++ b/ftp/pavuk/files/patch-ab
@@ -1,6 +1,6 @@
---- src/net.c.orig Tue May 4 13:20:43 1999
-+++ src/net.c Tue May 4 13:22:13 1999
-@@ -101,9 +101,9 @@
+--- src/net.c.orig Fri Jul 23 03:50:48 1999
++++ src/net.c Wed Aug 4 20:32:42 1999
+@@ -106,9 +106,9 @@
{
return -1;
}
@@ -12,7 +12,7 @@
rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr));
if (rv && (errno != EINPROGRESS) && (errno != EISCONN))
{
-@@ -267,9 +267,9 @@
+@@ -296,9 +296,9 @@
int rv;
p = sizeof(caller);