]> git.pld-linux.org Git - packages/bind.git/blob - bind-host-forcetype.patch
- added patch for host.c from Piotr Majka <charvel@ids.pl>
[packages/bind.git] / bind-host-forcetype.patch
1 diff -ruN src.orig/bin/host/host.c src/bin/host/host.c
2 --- src.orig/bin/host/host.c    Thu Nov 11 20:39:10 1999
3 +++ src/bin/host/host.c Mon Nov 15 17:29:03 1999
4 @@ -270,11 +270,6 @@
5                         /*NOTREACHED*/
6                 }
7         }
8 -       if (gettype == 0) {
9 -               if (verbose)
10 -                       printf ("Forcing `-t a' for signature trace.\n");
11 -               gettype = ns_t_a;
12 -       }
13         argc -= optind;
14         argv += optind;
15         if (argc < 1)
This page took 0.041706 seconds and 3 git commands to generate.