Skip to content

Commit

Permalink
removing cdefs.h so we can compile with musl (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla authored Jan 12, 2024
1 parent 2b2aa0b commit dd29d54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/ipfw/expand_number.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/

#include <sys/cdefs.h>
__FBSDID("$FreeBSD: head/lib/libutil/expand_number.c 211343 2010-08-15 18:32:06Z des $");

#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion lib/ipfw/humanize_number.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include <sys/cdefs.h>
__FBSDID("$FreeBSD: head/lib/libutil/humanize_number.c 220582 2011-04-12 22:48:03Z delphij $");

#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion lib/ipfw/missing.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void panic(const char *fmt, ...);
#include <stdlib.h> // bsearch
#ifdef NEED_KERNEL
#define _KERNEL
#include <sys/cdefs.h>
#include <sys/param.h>

#define __user // not defined here ?
Expand Down

0 comments on commit dd29d54

Please sign in to comment.