svn commit: r346407 - head/stand/efi/include
Warner Losh
imp at FreeBSD.org
Fri Apr 19 19:45:00 UTC 2019
Author: imp
Date: Fri Apr 19 19:44:59 2019
New Revision: 346407
URL: https://svnweb.freebsd.org/changeset/base/346407
Log:
Add define for CONST.
Newer interfaces take CONST parameters, so define CONST to minimize
differences between our headers and the standards docs.
Differential Revision: https://reviews.freebsd.org/D19971
Modified:
head/stand/efi/include/efidef.h
Modified: head/stand/efi/include/efidef.h
==============================================================================
--- head/stand/efi/include/efidef.h Fri Apr 19 18:09:37 2019 (r346406)
+++ head/stand/efi/include/efidef.h Fri Apr 19 19:44:59 2019 (r346407)
@@ -63,6 +63,7 @@ typedef VOID *EFI_EVENT;
#define IN
#define OUT
#define OPTIONAL
+ #define CONST const
#endif
More information about the svn-src-all
mailing list