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:29 +0000 |
commit | 51e16cb8fc536913f490ac6bc9c17e92ebd0411b (patch) | |
tree | 6f80c0c461cb7684f6e3537a09805c599ec28972 /sbin/mount_cd9660 | |
parent | 43581d7b6617959e4452094d9330ef020034a6c9 (diff) |
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.
Sponsored by: Netflix
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 1 | ||||
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 2 | ||||
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.c | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 30c2b39afd96..ae9cde8080a4 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PACKAGE=runtime PROG= mount_cd9660 diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index a31e6d833245..cd6f7a19f6eb 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 -.\" .Dd August 11, 2018 .Dt MOUNT_CD9660 8 .Os diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index f867e94da417..0699c6802114 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -32,8 +32,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. - * - * @(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95 */ #ifndef lint |