Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 786228 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/ntpd/ntp_sandbox.c
0
++ a/ntpd/ntp_sandbox.c
Lines 355-360 Link Here
355
	SCMP_SYS(openat),	/* SUSE */
355
	SCMP_SYS(openat),	/* SUSE */
356
#endif
356
#endif
357
	SCMP_SYS(poll),
357
	SCMP_SYS(poll),
358
	SCMP_SYS(pread64),
358
	SCMP_SYS(pselect6),
359
	SCMP_SYS(pselect6),
359
	SCMP_SYS(read),
360
	SCMP_SYS(read),
360
	SCMP_SYS(recvfrom),    /* Comment this out for testing.
361
	SCMP_SYS(recvfrom),    /* Comment this out for testing.

Return to bug 786228