include/bsd/queue.h


Log

Author Commit Date CI Message
Guillem Jover b891772a 2011-05-29T02:49:14 Remove blank lines at EOF
Guillem Jover 0bf3d391 2011-05-28T10:39:54 Include the correct deprecated headeres when using the overlay
Guillem Jover 200eeb12 2011-05-27T21:58:20 Add LIBBSD_DISABLE_DEPRECATED to deprecated headers When enabled this will make the inclusion of deprecated headers a fatal error so that it's easier to spot.
Guillem Jover fbd62297 2011-05-27T22:11:28 Condense and clarify header deprecation warnings Mention the possibility of using libbsd-overlay.pc.
Guillem Jover b6e84690 2009-10-12T01:47:54 Move <bsd/queue.h> to <bsd/sys/queue.h> This maps more closely the location of the real header. For transitional purposes keep a <bsd/queue.h> that warns and includes <bsd/sys/queue.h>.
Guillem Jover e51be45c 2009-10-12T01:43:52 Update <sys/queue.h> Taken from FreeBSD.
Guillem Jover 1512d0d4 2008-07-09T07:22:30 Renumber 4th clause from BSD license to 3rd Those files have only three clauses.
Petr Salinger c5793d47 2007-12-18T14:20:20 bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD
Robert Millan 7a8c1c86 2006-02-13T20:45:13 Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection This prevents collisions.
Robert Millan 19cc9540 2006-02-11T07:06:17 bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h> This doesn't affect freebsd6-buildutils.
Guillem Jover 657f1b59 2005-10-31T22:57:10 Reorganize header files