aboutsummaryrefslogtreecommitdiff
path: root/sbin/clri
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:29 +0000
commit51e16cb8fc536913f490ac6bc9c17e92ebd0411b (patch)
tree6f80c0c461cb7684f6e3537a09805c599ec28972 /sbin/clri
parent43581d7b6617959e4452094d9330ef020034a6c9 (diff)
downloadsrc-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.tar.gz
src-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.zip
Diffstat (limited to 'sbin/clri')
-rw-r--r--sbin/clri/Makefile1
-rw-r--r--sbin/clri/clri.82
-rw-r--r--sbin/clri/clri.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile
index 726adbf8871c..ac3eda4cd597 100644
--- a/sbin/clri/Makefile
+++ b/sbin/clri/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PACKAGE=ufs
PROG= clri
diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8
index f9a86fe659ec..9d1fb92e22ba 100644
--- a/sbin/clri/clri.8
+++ b/sbin/clri/clri.8
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)clri.8 8.2 (Berkeley) 4/19/94
-.\"
.Dd October 5, 2016
.Dt CLRI 8
.Os
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c
index 7144490869cd..8eeafbda70af 100644
--- a/sbin/clri/clri.c
+++ b/sbin/clri/clri.c
@@ -39,9 +39,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>