blob: 2834c7701ed3488549ce00b903c15110ed518241 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-netbsd_util.h,v 1.1 2018/12/20 12:33:24 jaapb Exp $
Changes from the freebsd Makefile to NetBSD
--- netbsd/util.h.orig 2018-12-20 10:44:24.500489587 +0000
+++ netbsd/util.h
@@ -1,5 +1,3 @@
-#include <libutil.h>
-
#ifndef TAILQ_END
#define TAILQ_END(head) NULL
#endif
|