• Show log

    Commit

  • Hash : 46760262
    Author : Faidon Liambotis
    Date : 2021-02-07T20:47:00

    Update <sys/queue.h> from FreeBSD
    
    This brings <sys/queue.h> to the most up-to-date version from FreeBSD,
    incorporating 18 commits from the past 5 years (2015-02-24 - 2021-01-25):
    
      $ git log --oneline 9090a24aed70..8d55837dc133 sys/sys/queue.h share/man/man3/queue.3
    
    Only minimal changes compared to the FreeBSD version have been applied
    (queue.3 -> queue.3bsd, _LIBBSD_ prefix).
    
    [guillem@hadrons.org: Remove reference to kernel mode in man page. ]
    
    Closes: !12
    Signed-off-by: Guillem Jover <guillem@hadrons.org>