Build with -no-common, [bsc#1160264] + finger-no-common.patch OBS-URL: https://build.opensuse.org/package/show/network:utilities/finger?expand=0&rev=12
15 lines
472 B
Diff
15 lines
472 B
Diff
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);
|