summaryrefslogtreecommitdiff
path: root/include/bsd/queue.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-29Remove blank lines at EOFGuillem Jover1-1/+0
2011-05-29Include the correct deprecated headeres when using the overlayGuillem Jover1-0/+4
2011-05-29Add LIBBSD_DISABLE_DEPRECATED to deprecated headersGuillem Jover1-0/+4
When enabled this will make the inclusion of deprecated headers a fatal error so that it's easier to spot.
2011-05-28Condense and clarify header deprecation warningsGuillem Jover1-1/+1
Mention the possibility of using libbsd-overlay.pc.
2009-10-24Move <bsd/queue.h> to <bsd/sys/queue.h>Guillem Jover1-606/+19
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>.
2009-10-24Update <sys/queue.h>Guillem Jover1-61/+130
Taken from FreeBSD.
2008-07-09Renumber 4th clause from BSD license to 3rdGuillem Jover1-1/+1
Those files have only three clauses.
2008-05-06bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSDPetr Salinger1-2/+2
2008-05-06Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protectionRobert Millan1-3/+3
This prevents collisions.
2008-05-06bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h>Robert Millan1-6/+408
This doesn't affect freebsd6-buildutils.
2008-05-06Reorganize header filesGuillem Jover1-0/+151