]> git.pld-linux.org Git - packages/coda.git/blob - coda-gcc-334-2.patch
- dropped pre-cvs changelog
[packages/coda.git] / coda-gcc-334-2.patch
1 diff -ur coda-6.0.6-orig/coda-src/kerndep/pioctl.h coda-6.0.6/coda-src/kerndep/pioctl.h
2 --- coda-6.0.6-orig/coda-src/kerndep/pioctl.h   2003-05-23 12:26:31.000000000 -0600
3 +++ coda-6.0.6/coda-src/kerndep/pioctl.h        2004-06-29 01:57:25.082839231 -0600
4 @@ -100,7 +100,7 @@
5  
6  
7  /* people who understand ioctling probably know why this is useful... */
8 -#define _VICEIOCTL(id)  (_IOW('V', id, struct ViceIoctl))
9 +#define _VICEIOCTL(id)  (_IOW_BAD('V', id, struct ViceIoctl))
10  #define _VALIDVICEIOCTL(com) (com >= _VICEIOCTL(0) && com <= _VICEIOCTL(255))
11  
12  
This page took 0.163534 seconds and 3 git commands to generate.