<div dir="ltr">Looks good.  <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 19, 2013 at 1:17 PM, Ben Pfaff <span dir="ltr">&lt;<a href="mailto:blp@nicira.com" target="_blank">blp@nicira.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This ensures that attempts to use them cause sparse to complain.<br>
<br>
Signed-off-by: Ben Pfaff &lt;<a href="mailto:blp@nicira.com">blp@nicira.com</a>&gt;<br>
---<br>
 include/sparse/math.h       |    5 +----<br>
 include/sparse/netinet/in.h |    3 +--<br>
 2 files changed, 2 insertions(+), 6 deletions(-)<br>
<br>
diff --git a/include/sparse/math.h b/include/sparse/math.h<br>
index f94c527..c2d6156 100644<br>
--- a/include/sparse/math.h<br>
+++ b/include/sparse/math.h<br>
@@ -1,5 +1,5 @@<br>
 /*<br>
- * Copyright (c) 2011 Nicira, Inc.<br>
+ * Copyright (c) 2011, 2013 Nicira, Inc.<br>
  *<br>
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);<br>
  * you may not use this file except in compliance with the License.<br>
@@ -108,9 +108,6 @@ double jn(int, double);<br>
 double ldexp(double, int);<br>
 float ldexpf(float, int);<br>
 long double ldexpl(long double, int);<br>
-double lgamma(double);<br>
-float lgammaf(float);<br>
-long double lgammal(long double);<br>
 long long llrint(double);<br>
 long long llrintf(float);<br>
 long long llrintl(long double);<br>
diff --git a/include/sparse/netinet/in.h b/include/sparse/netinet/in.h<br>
index b3924c3..87d48d6 100644<br>
--- a/include/sparse/netinet/in.h<br>
+++ b/include/sparse/netinet/in.h<br>
@@ -1,5 +1,5 @@<br>
 /*<br>
- * Copyright (c) 2011 Nicira, Inc.<br>
+ * Copyright (c) 2011, 2013 Nicira, Inc.<br>
  *<br>
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);<br>
  * you may not use this file except in compliance with the License.<br>
@@ -109,7 +109,6 @@ static inline uint16_t ntohs(ovs_be16 x)<br>
<br>
 in_addr_t inet_addr(const char *);<br>
 int inet_aton (const char *, struct in_addr *);<br>
-char *inet_ntoa(struct in_addr);<br>
 const char *inet_ntop(int, const void *, char *, socklen_t);<br>
 int inet_pton(int, const char *, void *);<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.7.2.5<br>
<br>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openvswitch.org">dev@openvswitch.org</a><br>
<a href="http://openvswitch.org/mailman/listinfo/dev" target="_blank">http://openvswitch.org/mailman/listinfo/dev</a><br>
</font></span></blockquote></div><br></div>