Commit 8687ced
committed
Use dev_t instead of __dev_t
__dev_t is leaked by glibc. dev_t seems to be the standard version.
That's also the one exported by linux headers.
https://elixir.bootlin.com/linux/latest/source/include/linux/types.h#L161 parent 1390c46 commit 8687ced
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments