[cpp-sp] 06/20: Use cstddef instead of stddef.h

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:08 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.4.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=cd50f2c55654f46c2ca7861405ecda785cf52e87

commit cd50f2c55654f46c2ca7861405ecda785cf52e87
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon May 16 13:40:49 2011 -0700

    Use cstddef instead of stddef.h
---
 apache/mod_apache.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index cfc2caf..4f39eb1 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -72,13 +72,13 @@
 #include <apr_pools.h>
 #endif
 
+#include <cstddef>		// for offsetof()
 #include <set>
 #include <memory>
 #include <fstream>
 #include <sstream>
 #include <stdexcept>
 
-#include <stddef.h>		// for offsetof()
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>		// for getpid()
 #endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list