aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd/conf.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:54:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-10-24 18:13:18 +0000
commitde270f81b246e154640c0d250696c458ff1c0e3b (patch)
treef2dca23cc3fc5e8ed7b7554308f712d773b6edee /libexec/rbootd/conf.c
parent7ccea130e81099f1cd11ec97239e387b31a2a661 (diff)
downloadsrc-de270f81b246e154640c0d250696c458ff1c0e3b.tar.gz
src-de270f81b246e154640c0d250696c458ff1c0e3b.zip
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957 (cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)
Diffstat (limited to 'libexec/rbootd/conf.c')
-rw-r--r--libexec/rbootd/conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c
index af46f53c3c88..a48d3efdb9c1 100644
--- a/libexec/rbootd/conf.c
+++ b/libexec/rbootd/conf.c
@@ -46,8 +46,6 @@
#if 0
static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>