mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-07 07:07:42 +00:00
Fix comments to reflect recent change.
This commit is contained in:
parent
5f88d3440e
commit
b8b4d0bbbe
@ -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) */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user