diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /usr.bin/finger | |
parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) |
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/finger.c | 2 | ||||
-rw-r--r-- | usr.bin/finger/lprint.c | 2 | ||||
-rw-r--r-- | usr.bin/finger/net.c | 2 | ||||
-rw-r--r-- | usr.bin/finger/sprint.c | 2 | ||||
-rw-r--r-- | usr.bin/finger/util.c | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 6f357f9d994b..c489b4b84c49 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -55,8 +55,6 @@ static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * Finger prints out information about users. It is not portable since * certain fields (e.g. the full user name, office, and phone numbers) are diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index a169e5ca5b92..d276855afaec 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 659bae0c2f78..3ed3ac0813f9 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/socket.h> #include <sys/uio.h> diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 3e629df1b274..af7802acc177 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 5a19d25ba626..39a6553b16c7 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/socket.h> #include <sys/stat.h> |