Files
finger/finger-no-common.patch

15 lines
472 B
Diff
Raw Permalink Normal View History

Index: finger-bsd-1.3/finger/util.c
===================================================================
--- finger-bsd-1.3.orig/finger/util.c 2020-01-08 08:25:57.961844850 +0100
+++ finger-bsd-1.3/finger/util.c 2020-01-08 08:26:37.282059567 +0100
@@ -52,9 +52,6 @@
#include "extern.h"
#include "utf8conv.h"
-PERSON *htab[HSIZE]; /* the buckets */
-PERSON *phead, *ptail; /* the linked list of all people */
-
char *estrdup (char *);
WHERE *walloc (PERSON * pn);