diff options
Diffstat (limited to 'sbin/devfs/rule.c')
-rw-r--r-- | sbin/devfs/rule.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index 0bfc7ffaf3c8..d07104d1de13 100644 --- a/sbin/devfs/rule.c +++ b/sbin/devfs/rule.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2002 Dima Dorfman. * All rights reserved. @@ -30,9 +30,6 @@ * Rule subsystem manipulation. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/conf.h> #include <sys/ioctl.h> |