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>.
This commit is contained in:
Guillem Jover
2009-10-12 01:47:54 +02:00
parent d3e14ea99e
commit b6e8469059
4 changed files with 644 additions and 608 deletions

View File

@@ -32,13 +32,13 @@
*/
#include <bsd/sys/cdefs.h>
#include <bsd/sys/queue.h>
#include <bsd/stdlib.h>
#include <bsd/string.h>
#include <bsd/err.h>
#include <bsd/getopt.h>
#include <bsd/random.h>
#include <bsd/md5.h>
#include <bsd/queue.h>
#include <bsd/ip_icmp.h>
#include <time.h>