aboutsummaryrefslogtreecommitdiff
path: root/bin/stty
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /bin/stty
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
downloadsrc-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz
src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/cchar.c2
-rw-r--r--bin/stty/gfmt.c2
-rw-r--r--bin/stty/key.c2
-rw-r--r--bin/stty/modes.c2
-rw-r--r--bin/stty/print.c2
-rw-r--r--bin/stty/stty.c2
-rw-r--r--bin/stty/util.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index ecefbb2bc8f3..78ac820883ae 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <err.h>
diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c
index 12ed2a2d3500..6b05a10aee52 100644
--- a/bin/stty/gfmt.c
+++ b/bin/stty/gfmt.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <err.h>
diff --git a/bin/stty/key.c b/bin/stty/key.c
index 4514a0ea1c04..19263f2b0268 100644
--- a/bin/stty/key.c
+++ b/bin/stty/key.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <err.h>
diff --git a/bin/stty/modes.c b/bin/stty/modes.c
index 5cd3061aa449..ce39083d7d63 100644
--- a/bin/stty/modes.c
+++ b/bin/stty/modes.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <string.h>
#include "stty.h"
diff --git a/bin/stty/print.c b/bin/stty/print.c
index a76cd46b765e..07a3c2058474 100644
--- a/bin/stty/print.c
+++ b/bin/stty/print.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <stddef.h>
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 9aa2f51aa81f..f149491296dd 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <ctype.h>
diff --git a/bin/stty/util.c b/bin/stty/util.c
index 19898ba9805f..c040d56966d3 100644
--- a/bin/stty/util.c
+++ b/bin/stty/util.c
@@ -33,8 +33,6 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/stat.h>