VirtualBox

Ignore:
Timestamp:
Jan 3, 2011 8:14:27 PM (14 years ago)
Author:
vboxsync
Message:

properly wrap mem* to xf86mem* for older XF86 modules

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

    r17236 r35393  
    274274extern void* xf86mmap(void*, xf86size_t, int, int, int, xf86size_t /* off_t */);
    275275extern int xf86munmap(void*, xf86size_t);
    276 extern int xf86stat(const char *, struct xf86stat *);
    277 extern int xf86fstat(int, struct xf86stat *);
     276extern int xf86stat(const char *, struct xf86stat_s *);
     277extern int xf86fstat(int, struct xf86stat_s *);
    278278extern int xf86access(const char *, int);
    279279extern int xf86errno;
  • trunk/src/VBox/Additions/x11/x11include/7.0/xorg/xf86_libc.h

    r17236 r35393  
    9090typedef unsigned int xf86gid_t;
    9191
    92 struct xf86stat {
     92struct xf86stat_s {
    9393    xf86dev_t st_rdev;  /* This is incomplete, and makes assumptions */
    9494};
     
    553553#define gid_t                   xf86gid_t
    554554#undef stat_t
    555 #define stat_t                  struct xf86stat
     555#define stat_t                  struct xf86stat_s
    556556
    557557#undef ulong
Note: See TracChangeset for help on using the changeset viewer.

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