diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-05 04:03:44 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-05 04:03:44 +0000 |
commit | b8e020f661016b8e874b2ba6b8647f81e2df4257 (patch) | |
tree | 5e3c1712f397a2c39b400780972bbc240e7868d2 /ftp/pavuk/files/patch-ab | |
parent | Numerous -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-ab | 8 |
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); |