seccomp.h   seccomp.h 
skipping to change at line 38 skipping to change at line 38
#include <linux/audit.h> #include <linux/audit.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
/* /*
* version information * version information
*/ */
#define SCMP_VER_MAJOR 2 #define SCMP_VER_MAJOR 0
#define SCMP_VER_MINOR 1 #define SCMP_VER_MINOR 0
#define SCMP_VER_MICRO 1 #define SCMP_VER_MICRO 0
/* /*
* types * types
*/ */
/** /**
* Filter context/handle * Filter context/handle
*/ */
typedef void *scmp_filter_ctx; typedef void *scmp_filter_ctx;
 End of changes. 1 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/