diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/x25/af_x25.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 7bf93df..282ce4e 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -1535,6 +1535,8 @@ static int compat_x25_ioctl(struct socket *sock, unsigned int cmd, break; case SIOCX25GFACILITIES: case SIOCX25SFACILITIES: + case SIOCX25GDTEFACILITIES: + case SIOCX25SDTEFACILITIES: case SIOCX25GCALLUSERDATA: case SIOCX25SCALLUSERDATA: case SIOCX25GCAUSEDIAG: |