Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 15:41:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305770 - head/lib/libstand
Message-ID:  <201609131541.u8DFf5lR027393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131541.u8DFf5lR027393>