X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=acdc7c114401fc9e48b9b2458a5a61fc4d62a3e5;hb=59547ffe21fdc59d39fa6f5c6d173cb04eaee67c;hp=9758853c3a15d26b9be2209b993e82a5229ebde6;hpb=d99d629a5eb6049f78206277348adae3ce6a522d;p=pspp diff --git a/ChangeLog b/ChangeLog index 9758853c3a..acdc7c1144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-12-25 Bruno Haible + + selinux-h: Make generated .h files standalone. + * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER + definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED. + * lib/se-selinux.in.h: Likewise. + * modules/selinux-h (Depends-on): Add unused-parameter. + (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into + selinux/selinux.h and selinux/context.h. + Suggested by Eric Blake. + 2009-12-25 Bruno Haible Move gl_FCNTL_O_FLAGS to a separate .m4 file.