# | Line 162 | Line 162 | parse_resvconf(void) | |
---|---|---|
162 | char input[MAXLINE]; | |
163 | FBFILE *file; | |
164 | ||
165 | < | /* XXX "/etc/resolv.conf" should be from a define in setup.h perhaps |
165 | > | /* XXX "/etc/resolv.conf" should be from a define in config.h perhaps |
166 | * for cygwin support etc. this hardcodes it to unix for now -db | |
167 | */ | |
168 | if ((file = fbopen("/etc/resolv.conf", "r")) == NULL) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |