Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 728416
Collapse All | Expand All

(-)a/src/seccomp.c (-1 / +1 lines)
Lines 33-38 FILE_RCSID("@(#)$File: seccomp.c,v 1.15 2020/05/30 23:56:26 christos Exp $") Link Here
33
#if HAVE_LIBSECCOMP
33
#if HAVE_LIBSECCOMP
34
#include <seccomp.h> /* libseccomp */
34
#include <seccomp.h> /* libseccomp */
35
#include <sys/prctl.h> /* prctl */
35
#include <sys/prctl.h> /* prctl */
36
#include <termios.h>
36
#include <sys/ioctl.h>
37
#include <sys/ioctl.h>
37
#include <sys/socket.h>
38
#include <sys/socket.h>
38
#include <fcntl.h>
39
#include <fcntl.h>
39
- 

Return to bug 728416