VirtualBox

Changeset 5858 in vbox


Ignore:
Timestamp:
Nov 28, 2007 8:51:55 AM (17 years ago)
Author:
vboxsync
Message:

Linux additions: prevent slipping in of sscanf_isoc99_GLIBC_2.7 on glibc 2.7 systems

Location:
trunk/src/VBox/Additions/linux/xmouse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/xmouse/xorg14/mouse.c

    r5188 r5858  
    5959 * and to help limited dexterity persons
    6060 */
     61
     62#ifdef VBOX
     63/* this is necessary to prevent redirecting sscanf to isoc99_sscanf which is
     64 * glibc 2.7++ only */
     65#define _GNU_SOURCE
     66#endif
    6167
    6268#ifdef XFree86LOADER
  • trunk/src/VBox/Additions/linux/xmouse/xorg71/mouse.c

    r4071 r5858  
    5959 * and to help limited dexterity persons
    6060 */
     61
     62#ifdef VBOX
     63/* this is necessary to prevent redirecting sscanf to isoc99_sscanf which is
     64 * glibc 2.7++ only */
     65#define _GNU_SOURCE
     66#endif
    6167
    6268#ifdef XFree86LOADER
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