diff options
Diffstat (limited to 'lib/libc/gen/arc4random-compat.c')
-rw-r--r-- | lib/libc/gen/arc4random-compat.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/arc4random-compat.c b/lib/libc/gen/arc4random-compat.c index 065998e80553..beeb4d75964a 100644 --- a/lib/libc/gen/arc4random-compat.c +++ b/lib/libc/gen/arc4random-compat.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2018 Google LLC * All rights reserved. @@ -24,13 +24,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <stdbool.h> #include <syslog.h> |