Changeset 35396 in vbox for trunk/src/VBox/Additions/x11/x11include/7.0/xorg
- Timestamp:
- Jan 3, 2011 9:27:09 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/x11/x11include/7.0/xorg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11include/7.0/xorg/xf86_ansic.h
r35393 r35396 274 274 extern void* xf86mmap(void*, xf86size_t, int, int, int, xf86size_t /* off_t */); 275 275 extern int xf86munmap(void*, xf86size_t); 276 extern int xf86stat(const char *, struct xf86stat _s*);277 extern int xf86fstat(int, struct xf86stat _s*);276 extern int xf86stat(const char *, struct xf86stat *); 277 extern int xf86fstat(int, struct xf86stat *); 278 278 extern int xf86access(const char *, int); 279 279 extern int xf86errno; -
trunk/src/VBox/Additions/x11/x11include/7.0/xorg/xf86_libc.h
r35393 r35396 90 90 typedef unsigned int xf86gid_t; 91 91 92 struct xf86stat _s{92 struct xf86stat { 93 93 xf86dev_t st_rdev; /* This is incomplete, and makes assumptions */ 94 94 }; … … 553 553 #define gid_t xf86gid_t 554 554 #undef stat_t 555 #define stat_t struct xf86stat _s555 #define stat_t struct xf86stat 556 556 557 557 #undef ulong
Note:
See TracChangeset
for help on using the changeset viewer.