diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:30 +0000 |
| commit | bdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch) | |
| tree | 4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/xstr | |
| parent | ac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff) | |
Diffstat (limited to 'usr.bin/xstr')
| -rw-r--r-- | usr.bin/xstr/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/xstr/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/xstr/xstr.1 | 2 | ||||
| -rw-r--r-- | usr.bin/xstr/xstr.c | 3 |
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> |
