aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:24:01 +0000
commit5e3934b15a2741b2de6b217e77dc9d798d740804 (patch)
tree1bea4bfdf9ea7abd8c1a4707687893e02a1ae2eb /usr.bin/finger
parent6bfca4dcab07dad45a805879d954876b353c0810 (diff)
Diffstat (limited to 'usr.bin/finger')
-rw-r--r--usr.bin/finger/lprint.c4
-rw-r--r--usr.bin/finger/net.c4
-rw-r--r--usr.bin/finger/sprint.c4
-rw-r--r--usr.bin/finger/util.c4
4 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c
index 11491e5a7c8e..6d5e828eb274 100644
--- a/usr.bin/finger/lprint.c
+++ b/usr.bin/finger/lprint.c
@@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
-
-#include <sys/cdefs.h>
#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 59356cd09e1f..e2f1eb99d623 100644
--- a/usr.bin/finger/net.c
+++ b/usr.bin/finger/net.c
@@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
-
-#include <sys/cdefs.h>
#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 1d65b23ae073..d8649a1f57f6 100644
--- a/usr.bin/finger/sprint.c
+++ b/usr.bin/finger/sprint.c
@@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
-
-#include <sys/cdefs.h>
#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 621f3455e82e..183e46290013 100644
--- a/usr.bin/finger/util.c
+++ b/usr.bin/finger/util.c
@@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>