aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat/udf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libprocstat/udf.c')
-rw-r--r--lib/libprocstat/udf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libprocstat/udf.c b/lib/libprocstat/udf.c
index c80156cf2d04..3298af6dec5f 100644
--- a/lib/libprocstat/udf.c
+++ b/lib/libprocstat/udf.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2005-2009 Stanislav Sedov <stas@FreeBSD.org>
* All rights reserved.
@@ -26,17 +26,13 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stdbool.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/vnode.h>
-#define _KERNEL
#include <sys/mount.h>
-#undef _KERNEL
#include <netinet/in.h>