Skip to content
  • Blue Swirl's avatar
    Fix sys-queue.h conflict for good · 72cf2d4f
    Blue Swirl authored
    Problem: Our file sys-queue.h is a copy of the BSD file, but there are
    some additions and it's not entirely compatible. Because of that, there have
    been conflicts with system headers on BSD systems. Some hacks have been
    introduced in the commits 15cc9235,
    f40d7537,
    96555a96 and
    3990d09a
    
     but the fixes were fragile.
    
    Solution: Avoid the conflict entirely by renaming the functions and the
    file. Revert the previous hacks.
    
    Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
    72cf2d4f