mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02: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);
|
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 **);
|
int getrrsetbyname(const char *, unsigned int, unsigned int, unsigned int, struct rrsetinfo **);
|
||||||
void freerrset(struct rrsetinfo *);
|
void freerrset(struct rrsetinfo *);
|
||||||
|
|
||||||
#endif /* defined(DNS) && !defined(HAVE_GETRRSETBYNAME) */
|
#endif /* !defined(HAVE_GETRRSETBYNAME) */
|
||||||
|
|
||||||
#endif /* _GETRRSETBYNAME_H */
|
#endif /* _GETRRSETBYNAME_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user