Commit 2d71ef34 2d71ef3452b8fe43f343307db03fea81072d4a77 by Sergey Poznyakoff

Placeholder for dev_t.

1 parent 3137856b
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
33 /* Define to proper type when ino_t is not declared */ 33 /* Define to proper type when ino_t is not declared */
34 #undef ino_t 34 #undef ino_t
35 35
36 /* Define to proper type when dev_t is not declared */
37 #undef dev_t
38
36 /* Define if enable Posix Thread */ 39 /* Define if enable Posix Thread */
37 #undef WITH_PTHREAD 40 #undef WITH_PTHREAD
38 41
......