You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
snd_msnd ->mode is fmode_t, not mode_t
we put FMODE_... in there Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -249,7 +249,7 @@ struct snd_msnd {
|
|||||||
|
|
||||||
/* State variables */
|
/* State variables */
|
||||||
enum { msndClassic, msndPinnacle } type;
|
enum { msndClassic, msndPinnacle } type;
|
||||||
mode_t mode;
|
fmode_t mode;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
#define F_RESETTING 0
|
#define F_RESETTING 0
|
||||||
#define F_HAVEDIGITAL 1
|
#define F_HAVEDIGITAL 1
|
||||||
|
|||||||
Reference in New Issue
Block a user