1 Index: shfs-0.35/shfs/Linux-2.4/shell.c
2 ===================================================================
3 --- shfs-0.35.orig/shfs/Linux-2.4/shell.c 2007-06-04 13:22:57.970042496 +0200
4 +++ shfs-0.35/shfs/Linux-2.4/shell.c 2007-06-04 13:22:59.249847936 +0200
25 /* (b)lock/(c)haracter device hack */
29 if ((c-1 == DIR_PERM) && ((*s == 'b')||(*s == 'c'))) {
36 Index: shfs-0.35/shfs/Linux-2.6/shell.c
37 ===================================================================
38 --- shfs-0.35.orig/shfs/Linux-2.6/shell.c 2007-06-04 13:22:57.977041432 +0200
39 +++ shfs-0.35/shfs/Linux-2.6/shell.c 2007-06-04 13:22:59.249847936 +0200
60 /* (b)lock/(c)haracter device hack */
64 if ((c-1 == DIR_PERM) && ((*s == 'b')||(*s == 'c'))) {