svn commit: r305770 - head/lib/libstand
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 13 15:41:06 UTC 2016
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 */
More information about the svn-src-all
mailing list