repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
lib
/
dev-ino.h
blob
79cc5203fc8f3b3ce671a23aef31a1a65cb29286
1
#ifndef DEV_INO_H
2
# define DEV_INO_H 1
3
4
struct
dev_ino
5
{
6
ino_t st_ino
;
7
dev_t st_dev
;
8
};
9
10
#endif