diff options
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-bg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-bg b/mail/pine4/files/patch-bg new file mode 100644 index 000000000000..be529024802b --- /dev/null +++ b/mail/pine4/files/patch-bg @@ -0,0 +1,11 @@ +--- pine/rpdump.c.Dist Mon Jul 30 11:21:19 2001 ++++ pine/rpdump.c Fri Sep 28 01:46:43 2001 +@@ -114,7 +114,7 @@ + RemoteType rtype; + unsigned long i; + +-#include "../c-client/linkage.c" ++#include "c-client/linkage.c" + + if(parse_args(argc, argv, &force, &local, &remote)){ + fprintf(stderr, ustr, argv[0]); |