Skip to content

Commit

Permalink
UAPI: Unexport part of linux/ppp-comp.h
Browse files Browse the repository at this point in the history
Unexport part of linux/ppp-comp.h as userspace can't make use of that bit.

Signed-off-by: David Howells <[email protected]>
cc: Paul Mackerras <[email protected]>
cc: David Miller <[email protected]>
  • Loading branch information
dhowells committed Oct 13, 2012
1 parent 4d7127d commit 8e4627d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/linux/ppp-comp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef _NET_PPP_COMP_H
#define _NET_PPP_COMP_H

#ifdef __KERNEL__

struct module;

/*
Expand Down Expand Up @@ -98,6 +100,8 @@ struct compressor {
#define DECOMP_ERROR -1 /* error detected before decomp. */
#define DECOMP_FATALERROR -2 /* error detected after decomp. */

#endif /* __KERNEL__ */

/*
* CCP codes.
*/
Expand Down

0 comments on commit 8e4627d

Please sign in to comment.