aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
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:56 +0000
commit8a7b61203704d362cfbc66c00619f51b24106b55 (patch)
tree848761cdd85113421cb67532a8998611846fb4ca /usr.sbin/config
parentbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (diff)
downloadsrc-8a7b61203704d362cfbc66c00619f51b24106b55.tar.gz
src-8a7b61203704d362cfbc66c00619f51b24106b55.zip
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile1
-rw-r--r--usr.sbin/config/config.82
-rw-r--r--usr.sbin/config/config.h2
-rw-r--r--usr.sbin/config/config.y2
-rw-r--r--usr.sbin/config/lang.l2
-rw-r--r--usr.sbin/config/main.cc3
-rw-r--r--usr.sbin/config/mkheaders.c3
-rw-r--r--usr.sbin/config/mkmakefile.cc3
-rw-r--r--usr.sbin/config/mkoptions.cc3
9 files changed, 0 insertions, 21 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 6762d1ec2f2f..5b10ac40df74 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
SRCDIR:=${.PARSEDIR:tA}
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index ac8020e6b76e..ccb61cdf2786 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)config.8 8.2 (Berkeley) 4/19/94
-.\"
.Dd April 9, 2021
.Dt CONFIG 8
.Os
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index df0428b59073..16562a7f8210 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -27,8 +27,6 @@
* 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.
- *
- * @(#)config.h 8.1 (Berkeley) 6/6/93
*/
/*
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index c475f15f56e4..a5a9e1546c36 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -66,8 +66,6 @@
* 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.
- *
- * @(#)config.y 8.1 (Berkeley) 6/6/93
*/
#include <assert.h>
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index e3315b028df2..a6558237db5a 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -28,8 +28,6 @@
* 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.
- *
- * @(#)lang.l 8.1 (Berkeley) 6/6/93
*/
#include <assert.h>
diff --git a/usr.sbin/config/main.cc b/usr.sbin/config/main.cc
index 59af07b76c8d..1e61a44c1d71 100644
--- a/usr.sbin/config/main.cc
+++ b/usr.sbin/config/main.cc
@@ -36,9 +36,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c
index f1fc967bf1be..41a48d108d08 100644
--- a/usr.sbin/config/mkheaders.c
+++ b/usr.sbin/config/mkheaders.c
@@ -30,9 +30,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
/*
diff --git a/usr.sbin/config/mkmakefile.cc b/usr.sbin/config/mkmakefile.cc
index 49990c4a250c..9452ab8cdfbb 100644
--- a/usr.sbin/config/mkmakefile.cc
+++ b/usr.sbin/config/mkmakefile.cc
@@ -30,9 +30,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
/*
diff --git a/usr.sbin/config/mkoptions.cc b/usr.sbin/config/mkoptions.cc
index 53c8fa796a26..83f45a4d5c90 100644
--- a/usr.sbin/config/mkoptions.cc
+++ b/usr.sbin/config/mkoptions.cc
@@ -31,9 +31,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
/*