*** empty log message ***
[coreutils.git] / lib / dev-ino.h
blob79cc5203fc8f3b3ce671a23aef31a1a65cb29286
1 #ifndef DEV_INO_H
2 # define DEV_INO_H 1
4 struct dev_ino
6 ino_t st_ino;
7 dev_t st_dev;
8 };
10 #endif