c -> d char
This commit is contained in:
parent
12ca66cdd6
commit
d9557981d1
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@
|
||||||
#define DIOCGETP _IOR('d', 4, struct partition)
|
#define DIOCGETP _IOR('d', 4, struct partition)
|
||||||
#define DIOCEJECT _IO ('d', 5)
|
#define DIOCEJECT _IO ('d', 5)
|
||||||
#define DIOCTIMEOUT _IOW('d', 6, int)
|
#define DIOCTIMEOUT _IOW('d', 6, int)
|
||||||
#define DIOCOPENCT _IOR('c', 7, int)
|
#define DIOCOPENCT _IOR('d', 7, int)
|
||||||
|
|
||||||
#endif /* _S_I_DISK_H */
|
#endif /* _S_I_DISK_H */
|
||||||
|
|
Loading…
Reference in a new issue