summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/assert.c
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-02-26 15:07:27 +0200
committerToomas Soome <tsoome@me.com>2019-03-01 21:10:39 +0200
commit3733333274b54097fa204d12dc30b5b6066d05bb (patch)
treea5bdb68b14a9de18b56a66a2a045e13bdfba203f /usr/src/boot/lib/libstand/assert.c
parenta40552eda738f8ee0c3efd672257d52bfb3e8893 (diff)
downloadillumos-joyent-3733333274b54097fa204d12dc30b5b6066d05bb.tar.gz
10458 libstand: assert.c cstyle cleanup
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/boot/lib/libstand/assert.c')
-rw-r--r--usr/src/boot/lib/libstand/assert.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/boot/lib/libstand/assert.c b/usr/src/boot/lib/libstand/assert.c
index 8eec63a472..bfc1933dea 100644
--- a/usr/src/boot/lib/libstand/assert.c
+++ b/usr/src/boot/lib/libstand/assert.c
@@ -1,4 +1,4 @@
-/*-
+/*
* Copyright (c) 1998 Michael Smith.
* All rights reserved.
*
@@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#include <assert.h>