diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:56:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:56:06 +0200 |
commit | c05d2e9da75508f2d65ace2eeb0b89c30b99962b (patch) | |
tree | 4ab80c16f87c7ee04e7957b3aaf034cc635a0daf /package/atftp/patches/patch-tftp_def_c | |
parent | 90f603e2be40d996c421ae8e95464e38911eabaf (diff) |
update atftp, use sourceforge homepage
Diffstat (limited to 'package/atftp/patches/patch-tftp_def_c')
-rw-r--r-- | package/atftp/patches/patch-tftp_def_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/atftp/patches/patch-tftp_def_c b/package/atftp/patches/patch-tftp_def_c deleted file mode 100644 index dc94e8c10..000000000 --- a/package/atftp/patches/patch-tftp_def_c +++ /dev/null @@ -1,11 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- atftp-0.7.orig/tftp_def.c 2004-02-13 04:16:09.000000000 +0100 -+++ atftp-0.7/tftp_def.c 2008-10-09 11:58:48.000000000 +0200 -@@ -37,6 +37,7 @@ struct tftp_opt tftp_default_options[OPT - { "timeout", "5", 0, 1 }, /* 2348, 2349, 2090. */ - { "blksize", "512", 0, 1 }, /* This is the default option */ - { "multicast", "", 0, 1 }, /* structure */ -+ { "retry", "5", 0, 1 }, - { "", "", 0, 0} - }; - |