• E
    build: fix virnetlink on glibc 2.11 · 16908590
    Eric Blake 提交于
    We were being lazy - virnetlink.c was getting uint32_t as a
    side-effect from glibc 2.14's <unistd.h>, but older glibc 2.11
    does not provide uint32_t from <unistd.h>.  In fact, POSIX states
    that <unistd.h> need only provide intptr_t, not all of <stdint.h>,
    so the bug really is ours.  Reported by Jonathan Alescio.
    
    * src/util/virnetlink.h: Include <stdint.h>.
    
    (cherry picked from commit e8314e78)
    16908590
virnetlink.h 2.6 KB