Changeset 35398 in vbox for trunk/src/VBox/Additions/x11/x11include/1.4/xorg
- Timestamp:
- Jan 4, 2011 9:39:07 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/x11/x11include/1.4/xorg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11include/1.4/xorg/xf86_ansic.h
r35396 r35398 249 249 extern void* xf86mmap(void*, xf86size_t, int, int, int, xf86size_t /* off_t */); 250 250 extern int xf86munmap(void*, xf86size_t); 251 extern int xf86stat(const char *, struct xf86stat *);252 extern int xf86fstat(int, struct xf86stat *);251 extern int xf86stat(const char *, struct xf86stat_s *); 252 extern int xf86fstat(int, struct xf86stat_s *); 253 253 extern int xf86access(const char *, int); 254 254 extern int xf86errno; -
trunk/src/VBox/Additions/x11/x11include/1.4/xorg/xf86_libc.h
r35396 r35398 86 86 typedef unsigned int xf86gid_t; 87 87 88 struct xf86stat {88 struct xf86stat_s { 89 89 xf86dev_t st_rdev; /* This is incomplete, and makes assumptions */ 90 90 }; … … 549 549 #define gid_t xf86gid_t 550 550 #undef stat_t 551 #define stat_t struct xf86stat 551 #define stat_t struct xf86stat_s 552 552 553 553 #undef ulong
Note:
See TracChangeset
for help on using the changeset viewer.