Fix comments to reflect recent change.

This commit is contained in:
Darren Tucker 2003-10-15 17:22:37 +10:00
parent 5f88d3440e
commit b8b4d0bbbe
2 changed files with 2 additions and 2 deletions

View File

@ -575,4 +575,4 @@ count_dns_rr(struct dns_rr *p, u_int16_t class, u_int16_t type)
return (n);
}
#endif /* defined(DNS) && !defined(HAVE_GETRRSETBYNAME) */
#endif /* !defined(HAVE_GETRRSETBYNAME) */

View File

@ -95,6 +95,6 @@ struct rrsetinfo {
int getrrsetbyname(const char *, unsigned int, unsigned int, unsigned int, struct rrsetinfo **);
void freerrset(struct rrsetinfo *);
#endif /* defined(DNS) && !defined(HAVE_GETRRSETBYNAME) */
#endif /* !defined(HAVE_GETRRSETBYNAME) */
#endif /* _GETRRSETBYNAME_H */