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/leave | |
| parent | ac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff) | |
Diffstat (limited to 'usr.bin/leave')
| -rw-r--r-- | usr.bin/leave/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/leave/leave.1 | 2 | ||||
| -rw-r--r-- | usr.bin/leave/leave.c | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 0170142b8da4..507f0f0ca08e 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= leave diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 01dfa7e46b74..3fcb1de7ae98 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)leave.1 8.3 (Berkeley) 4/28/95 -.\" .Dd April 28, 1995 .Dt LEAVE 1 .Os diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index f9e40be124a0..10548805b227 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <err.h> |
