diff options
Diffstat (limited to 'dns/bind8/files/patch-src_bin_nslookup_getinfo.c')
-rw-r--r-- | dns/bind8/files/patch-src_bin_nslookup_getinfo.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dns/bind8/files/patch-src_bin_nslookup_getinfo.c b/dns/bind8/files/patch-src_bin_nslookup_getinfo.c deleted file mode 100644 index 34afa3926011..000000000000 --- a/dns/bind8/files/patch-src_bin_nslookup_getinfo.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/bin/nslookup/getinfo.c.Dist Tue May 21 21:06:57 2002 -+++ src/bin/nslookup/getinfo.c Sat May 10 14:27:57 2003 -@@ -944,7 +944,7 @@ - p[9] & 0xf, (p[9] >> 4) & 0xf, - p[8] & 0xf, (p[8] >> 4) & 0xf, - p[7] & 0xf, (p[7] >> 4) & 0xf, -- p[6] & 0xf, (p[4] >> 4) & 0xf, -+ p[6] & 0xf, (p[6] >> 4) & 0xf, - p[5] & 0xf, (p[5] >> 4) & 0xf, - p[4] & 0xf, (p[4] >> 4) & 0xf, - p[3] & 0xf, (p[3] >> 4) & 0xf, -@@ -964,7 +964,7 @@ - p[9] & 0xf, (p[9] >> 4) & 0xf, - p[8] & 0xf, (p[8] >> 4) & 0xf, - p[7] & 0xf, (p[7] >> 4) & 0xf, -- p[6] & 0xf, (p[4] >> 4) & 0xf, -+ p[6] & 0xf, (p[6] >> 4) & 0xf, - p[5] & 0xf, (p[5] >> 4) & 0xf, - p[4] & 0xf, (p[4] >> 4) & 0xf, - p[3] & 0xf, (p[3] >> 4) & 0xf, |