VirtualBox

Changeset 3006 in kBuild


Ignore:
Timestamp:
Nov 6, 2016 12:15:34 AM (8 years ago)
Author:
bird
Message:

fts-nt.c: paranoia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/fts-nt.c

    r3005 r3006  
    771771{
    772772        BirdDirEntryW_T *dp;
    773         FTSENT *p, *head, *cur, **tailp;
     773        FTSENT *p, *cur;
     774        FTSENT * volatile head,* volatile *tailp; /* volatile is to prevent aliasing trouble */
    774775        DIR *dirp;
    775776        int saved_errno, doadjust, doadjust_utf16;
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