diff options
Diffstat (limited to 'lib/libutil/stub.c')
-rw-r--r-- | lib/libutil/stub.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libutil/stub.c b/lib/libutil/stub.c index 55d6e0c45fba..997a9e2d9707 100644 --- a/lib/libutil/stub.c +++ b/lib/libutil/stub.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2000 Brian Fundakowski Feldman * All rights reserved. @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <stdlib.h> #include <unistd.h> |