Ticket #32: mfd.diff

File mfd.diff, 694 bytes (added by Robert Tsai <rtsai1111>, 21 years ago)
  • mfd/plugins/zeroconfig/apple/mDNSClientAPI.h

     
    477477typedef unsigned char  mDNSu8;
    478478typedef   signed short mDNSs16;
    479479typedef unsigned short mDNSu16;
    480 typedef   signed long  mDNSs32;
    481 typedef unsigned long  mDNSu32;
     480typedef   signed int  mDNSs32;
     481typedef unsigned int  mDNSu32;
    482482
    483483// To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
    484484// This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types