Author: bapt Date: Tue Sep 13 15:41:05 2016 New Revision: 305770 URL: https://svnweb.freebsd.org/changeset/base/305770
Log: Add a comment on the #endif related to the guards Reported by: tsoome Modified: head/lib/libstand/net.h Modified: head/lib/libstand/net.h ============================================================================== --- head/lib/libstand/net.h Tue Sep 13 15:37:23 2016 (r305769) +++ head/lib/libstand/net.h Tue Sep 13 15:41:05 2016 (r305770) @@ -130,4 +130,4 @@ n_long inet_addr(char *); /* Machine-dependent functions: */ time_t getsecs(void); -#endif +#endif /* ! _STAND_NET_H */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
