finger

a simple finger client
Log | Files | Refs

commit 02459dff414a58ffc1c52facbd2f0c5b6efad8df
parent fe5f2ba3501c76178f9a88090d49414deb503bba
Author: Naveen Narayanan <zerous@nocebo.space>
Date:   Sun, 31 Oct 2021 23:49:34 +0100

Remove unwanted headers

Diffstat:
Mfinger.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/finger.c b/finger.c @@ -1,8 +1,5 @@ -#include <arpa/inet.h> -#include <netinet/in.h> #include <sys/param.h> #include <sys/socket.h> -#include <sys/types.h> #include <errno.h> #include <netdb.h>