1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

(NODEV): New macro, if not already defined.

This commit is contained in:
Jim Meyering
2001-05-13 10:21:08 +00:00
parent 9426be56f5
commit 271a090daa
+4
View File
@@ -85,6 +85,10 @@
#endif
#undef HAVE_MAJOR
#ifndef NODEV
# define NODEV ((dev_t) -1)
#endif
#if HAVE_UTIME_H
# include <utime.h>
#endif