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/finger | |
| parent | ac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff) | |
Diffstat (limited to 'usr.bin/finger')
| -rw-r--r-- | usr.bin/finger/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/finger/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/finger/finger.1 | 2 | ||||
| -rw-r--r-- | usr.bin/finger/finger.c | 3 | ||||
| -rw-r--r-- | usr.bin/finger/finger.h | 2 | ||||
| -rw-r--r-- | usr.bin/finger/lprint.c | 3 | ||||
| -rw-r--r-- | usr.bin/finger/net.c | 3 | ||||
| -rw-r--r-- | usr.bin/finger/sprint.c | 3 | ||||
| -rw-r--r-- | usr.bin/finger/util.c | 3 |
9 files changed, 0 insertions, 22 deletions
diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 9e7575567f81..6eb114df2490 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index 74494579004a..377f6f481f17 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.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. - * - * @(#)extern.h 8.2 (Berkeley) 4/28/95 */ #ifndef _EXTERN_H_ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index b1093a9fc417..b68846b4ea60 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)finger.1 8.3 (Berkeley) 5/5/94 -.\" .Dd January 21, 2010 .Dt FINGER 1 .Os diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index c489b4b84c49..29cc67326290 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -49,9 +49,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; -#endif #endif #include <sys/cdefs.h> diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 2675240c43f6..96e7987e7d27 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -30,8 +30,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. - * - * @(#)finger.h 8.1 (Berkeley) 6/6/93 */ #ifndef _FINGER_H_ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index d276855afaec..11491e5a7c8e 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include <sys/cdefs.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 3ed3ac0813f9..59356cd09e1f 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; -#endif #endif #include <sys/cdefs.h> diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index af7802acc177..1d65b23ae073 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include <sys/cdefs.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 39a6553b16c7..621f3455e82e 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include <sys/cdefs.h> |
