aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xstr
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:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/xstr
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/xstr')
-rw-r--r--usr.bin/xstr/Makefile1
-rw-r--r--usr.bin/xstr/pathnames.h2
-rw-r--r--usr.bin/xstr/xstr.12
-rw-r--r--usr.bin/xstr/xstr.c3
4 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/xstr/Makefile b/usr.bin/xstr/Makefile
index 620a3ba13219..777c2ca74ad8 100644
--- a/usr.bin/xstr/Makefile
+++ b/usr.bin/xstr/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
PROG= xstr
diff --git a/usr.bin/xstr/pathnames.h b/usr.bin/xstr/pathnames.h
index ace8eb30b7d9..bc75f70df626 100644
--- a/usr.bin/xstr/pathnames.h
+++ b/usr.bin/xstr/pathnames.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.
- *
- * @(#)pathnames.h 8.1 (Berkeley) 6/9/93
*/
#define _PATH_TMP "/tmp/xstrXXXXXX"
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1
index 47de164e9682..7319b2b881b5 100644
--- a/usr.bin/xstr/xstr.1
+++ b/usr.bin/xstr/xstr.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)xstr.1 8.2 (Berkeley) 12/30/93
-.\"
.Dd December 30, 1993
.Dt XSTR 1
.Os
diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c
index 880fc1583542..a9bfe86381c1 100644
--- a/usr.bin/xstr/xstr.c
+++ b/usr.bin/xstr/xstr.c
@@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif
-#ifndef lint
-static const char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93";
-#endif
#include <sys/types.h>