Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

UAPI: Unexport part of linux/ppp-comp.h

Unexport part of linux/ppp-comp.h as userspace can't make use of that bit.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Paul Mackerras <paulus@samba.org>
cc: David Miller <davem@davemloft.net>

+4
+4
include/linux/ppp-comp.h
··· 10 10 #ifndef _NET_PPP_COMP_H 11 11 #define _NET_PPP_COMP_H 12 12 13 + #ifdef __KERNEL__ 14 + 13 15 struct module; 14 16 15 17 /* ··· 99 97 100 98 #define DECOMP_ERROR -1 /* error detected before decomp. */ 101 99 #define DECOMP_FATALERROR -2 /* error detected after decomp. */ 100 + 101 + #endif /* __KERNEL__ */ 102 102 103 103 /* 104 104 * CCP codes.