fix fts.c on minix
Change-Id: I3888842734756cead342634a0c089001da59f1f7
This commit is contained in:
parent
0a6a1f1d05
commit
6dc59ac7dc
@ -1209,7 +1209,11 @@ fts_maxarglen(char * const *argv)
|
||||
}
|
||||
|
||||
#if defined(__minix)
|
||||
#if ! HAVE_NBTOOL_CONFIG_H
|
||||
#include <minix/dmap.h>
|
||||
#else
|
||||
#define NONE_MAJOR 0
|
||||
#endif
|
||||
#endif /* defined(__minix) */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user