f2aad7685c
This port was removed because it's dependency "spread" was removed. Spread has returned, and now this one returns with a new version. * maintainership passed to submitter (old version was not unmaintained) * pkg-descr rewritten, WWW updated * LIB_DEPENDS format updated * distfile mirror added * USES+= tar:xz used * patches regenerated PR: 189403 Submitted by: Chris Hutchison Fixes by: marino
11 lines
387 B
C
11 lines
387 B
C
--- configuration.c.orig 2014-05-06 16:35:08.783140770 -0700
|
|
+++ configuration.c 2014-05-06 16:35:58.734348535 -0700
|
|
@@ -43,7 +43,7 @@
|
|
char my_local_host_name[255];
|
|
static const size_t my_local_host_name_len=255;
|
|
struct hostent *hent;
|
|
- int i, full;
|
|
+ int full;
|
|
Num_prefer = 0;
|
|
|
|
if (File_name && File_name[0] && (NULL != (fp = fopen(File_name,"r"))) )
|