VirtualBox

source: kBuild/vendor/grep/2.12/lib/dev-ino.h@ 3576

Last change on this file since 3576 was 2595, checked in by bird, 13 years ago

gnu grep version 2.12 (grep-2.12.tar.xz, md5sum=8d2f0346d08b13c18afb81f0e8aa1e2f)

  • Property svn:eol-style set to native
File size: 148 bytes
Line 
1#ifndef DEV_INO_H
2# define DEV_INO_H 1
3
4# include <sys/types.h>
5# include <sys/stat.h>
6
7struct dev_ino
8{
9 ino_t st_ino;
10 dev_t st_dev;
11};
12
13#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette