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:56 +0000 |
| commit | 8a7b61203704d362cfbc66c00619f51b24106b55 (patch) | |
| tree | 848761cdd85113421cb67532a8998611846fb4ca /usr.sbin/rwhod | |
| parent | bdcbfde31e8e9b343f113a1956384bdf30d1ed62 (diff) | |
Diffstat (limited to 'usr.sbin/rwhod')
| -rw-r--r-- | usr.sbin/rwhod/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/rwhod/rwhod.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/rwhod/rwhod.c | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index 270f5539edab..3196179da14f 100644 --- a/usr.sbin/rwhod/Makefile +++ b/usr.sbin/rwhod/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= rwhod MAN= rwhod.8 diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index 62a85d0d8752..db96833841f9 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rwhod.8 8.2 (Berkeley) 12/11/93 -.\" .Dd August 8, 2017 .Dt RWHOD 8 .Os diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index f23b45a0da22..216ecd885bfa 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -37,9 +37,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include <sys/cdefs.h> |
