Skip to content

Commit

Permalink
move OpenBSD tree.h (rbtree.h) and queue.h to lib/
Browse files Browse the repository at this point in the history
and add strlcpy and strlcat
  • Loading branch information
synfinatic committed Oct 6, 2004
1 parent 5f78af7 commit e8bad76
Show file tree
Hide file tree
Showing 10 changed files with 1,476 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flownode.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <sys/types.h>
#include "tcpreplay.h"
#include "flowkey.h"
#include "rbtree.h"
#include "lib/tree.h"

#define RBKEYLEN 12

Expand Down
2 changes: 1 addition & 1 deletion flowreplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#include "cidr.h"
#include "err.h"
#include "tcpreplay.h"
#include "rbtree.h"
#include "lib/tree.h"
#include "timer.h"
#include "utils.h"

Expand Down
Loading

0 comments on commit e8bad76

Please sign in to comment.