diff options
Diffstat (limited to 'sbin/comcontrol/comcontrol.c')
-rw-r--r-- | sbin/comcontrol/comcontrol.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index 6bfb47b74c2d..7a03b3a569cf 100644 --- a/sbin/comcontrol/comcontrol.c +++ b/sbin/comcontrol/comcontrol.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1992 Christopher G. Demetriou * All rights reserved. @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <ctype.h> #include <err.h> #include <errno.h> @@ -42,7 +40,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/ioctl.h> -static void usage(void); +static void usage(void) __dead2; static void usage(void) |