Changeset 35393 in vbox for trunk/src/VBox/Additions/x11/x11include/4.3/programs
- Timestamp:
- Jan 3, 2011 8:14:27 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
r17242 r35393 272 272 extern void* xf86mmap(void*, xf86size_t, int, int, int, xf86size_t /* off_t */); 273 273 extern int xf86munmap(void*, xf86size_t); 274 extern int xf86stat(const char *, struct xf86stat *);275 extern int xf86fstat(int, struct xf86stat *);274 extern int xf86stat(const char *, struct xf86stat_s *); 275 extern int xf86fstat(int, struct xf86stat_s *); 276 276 extern int xf86access(const char *, int); 277 277 extern int xf86errno; -
trunk/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
r17242 r35393 64 64 typedef unsigned int xf86gid_t; 65 65 66 struct xf86stat {66 struct xf86stat_s { 67 67 xf86dev_t st_rdev; /* This is incomplete, and makes assumptions */ 68 68 }; … … 505 505 #define gid_t xf86gid_t 506 506 #undef stat_t 507 #define stat_t struct xf86stat 507 #define stat_t struct xf86stat_s 508 508 509 509 #undef ulong
Note:
See TracChangeset
for help on using the changeset viewer.