mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
The entire recv*() implementation set is ripe for opportunities to validate, so do what we can with what we have. Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45686
5 lines
154 B
Makefile
5 lines
154 B
Makefile
INCS= poll.h random.h socket.h ssp.h stdio.h stdlib.h string.h strings.h
|
|
INCS+= uio.h unistd.h wchar.h
|
|
INCSDIR= ${INCLUDEDIR}/ssp
|
|
|
|
.include <bsd.prog.mk>
|