Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130200
b: refs/heads/master
c: 26285ba
h: refs/heads/master
v: v3
  • Loading branch information
Daniele Venzano authored and David S. Miller committed Jan 26, 2009
1 parent a12ec95 commit a87f5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e955281cd6afef7ad7ea11cae0ca71d78a7b2b2b
refs/heads/master: 26285ba35813063ade9abd2c2eaaddba9354f587
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/i4l/isdn_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ set_arg(void __user *b, void *val,int len)
return 0;
}

#ifdef CONFIG_IPPP_FILTER
static int get_filter(void __user *arg, struct sock_filter **p)
{
struct sock_fprog uprog;
Expand Down Expand Up @@ -465,6 +466,7 @@ static int get_filter(void __user *arg, struct sock_filter **p)
*p = code;
return uprog.len;
}
#endif /* CONFIG_IPPP_FILTER */

/*
* ippp device ioctl
Expand Down

0 comments on commit a87f5db

Please sign in to comment.