diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-02-26 11:36:35 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-02-26 11:36:35 +0000 |
commit | 2efd2138d3adc3775dd116e262ce2fa039349098 (patch) | |
tree | 0627884430bf4b9b658bd70f80aba19121ec0144 /net/spegla | |
parent | 9ecbc47f69b3033804641106fe93923b326198e1 (diff) | |
download | pkgsrc-2efd2138d3adc3775dd116e262ce2fa039349098.tar.gz |
grr. I hate cvs for substituting $Id$ where it shouldn't.
Diffstat (limited to 'net/spegla')
-rw-r--r-- | net/spegla/patches/patch-aa | 12 | ||||
-rw-r--r-- | net/spegla/patches/patch-ab | 18 |
2 files changed, 9 insertions, 21 deletions
diff --git a/net/spegla/patches/patch-aa b/net/spegla/patches/patch-aa index a15ac2fbcab..9a2b76d1fab 100644 --- a/net/spegla/patches/patch-aa +++ b/net/spegla/patches/patch-aa @@ -1,15 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/02/26 11:27:19 frueauf Exp $ +$NetBSD: patch-aa,v 1.2 1999/02/26 11:36:35 frueauf Exp $ ---- jftp.c-orig Sun Feb 7 11:46:11 1999 -+++ jftp.c Fri Feb 26 12:07:15 1999 -@@ -28,9 +28,9 @@ - /*$Id: patch-aa,v 1.1.1.1 1999/02/26 11:27:19 frueauf Exp $*/ - #include <sys/types.h> +--- jftp.c.orig Sun Feb 7 11:46:11 1999 ++++ jftp.c Fri Feb 26 12:29:28 1999 +@@ -30,5 +30,5 @@ #include <sys/socket.h> -#include <sys/errno.h> #include <netinet/in.h> #include <arpa/inet.h> +#include <errno.h> #include <setjmp.h> - #include <signal.h> - #include <stdio.h> diff --git a/net/spegla/patches/patch-ab b/net/spegla/patches/patch-ab index 910e91d1f5c..fffc2829fa9 100644 --- a/net/spegla/patches/patch-ab +++ b/net/spegla/patches/patch-ab @@ -1,20 +1,12 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/02/26 11:27:20 frueauf Exp $ +$NetBSD: patch-ab,v 1.2 1999/02/26 11:36:35 frueauf Exp $ ---- spegla.c-orig Tue Feb 9 23:37:42 1999 -+++ spegla.c Fri Feb 26 12:09:22 1999 -@@ -27,7 +27,6 @@ - - /*$Id: patch-ab,v 1.1.1.1 1999/02/26 11:27:20 frueauf Exp $*/ +--- spegla.c.orig Tue Feb 9 23:37:42 1999 ++++ spegla.c Fri Feb 26 12:29:28 1999 +@@ -29,3 +29,2 @@ -#include <sys/errno.h> #include <sys/types.h> - #include <sys/stat.h> - #include <sys/param.h> -@@ -46,6 +45,7 @@ - # include <errno.h> - #endif +@@ -48,2 +47,3 @@ +#include <errno.h> #include <stdlib.h> - #include <stdio.h> - #include <stdarg.h> |