Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:14:10 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 28dc27649b0e - stable/13 - stand: Add inttype.h
Message-ID:  <202301242214.30OMEAsi089444@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=28dc27649b0ea8d0ca2fecd71514ff2cedcdd332

commit 28dc27649b0ea8d0ca2fecd71514ff2cedcdd332
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-01-07 01:37:56 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:44 +0000

    stand: Add inttype.h
    
    libunwind files need inttype.h. It's safe so add it to the safe list.
    
    Sponsored by:           Netflix
    Reviewed by:            jrtc27, kevans
    Differential Revision:  https://reviews.freebsd.org/D37947
    
    (cherry picked from commit 97e1430606f8387c03fe6e544005be8dab6a3364)
---
 stand/libsa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index e3bff3cccddb..17e8ba3ff924 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -112,7 +112,7 @@ CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
 # Create a subset of includes that are safe, as well as adjusting those that aren't
 # The lists may drive people nuts, but they are explicitly opt-in
 FAKE_DIRS=xlocale arpa
-SAFE_INCS=a.out.h assert.h elf.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
+SAFE_INCS=a.out.h assert.h elf.h inttypes.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
 STAND_H_INC=ctype.h fcntl.h signal.h stdio.h stdlib.h
 OTHER_INC=stdarg.h errno.h stdint.h
 



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