Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 11:35:22 -0400
From:      Kevin Way <kevin.way@overtone.org>
To:        freebsd-ports@FreeBSD.ORG
Cc:        dburr@FreeBSD.ORG, chuckr@FreeBSD.ORG
Subject:   a2ps has long-standing uncommitted patches
Message-ID:  <20010604113522.A8361@bean.overtone.org>

next in thread | raw e-mail | index | archive | help

--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I was wondering if there's an estimated timeframe for a commit of the
following patch for PR/26909.  If this patch is considered unfit for
inclusion, I'd greatly appreciate any feedback, so I can address those
problems.

	-Kevin Way

ports/26909 -- a2ps cannot handle long hostnames

--- lib/xgethostname.c.orig     Sat Aug 28 13:11:35 1999
+++ lib/xgethostname.c          Sat May 19 23:54:39 2001
@@ -22,6 +22,7 @@
 #endif
 #include <sys/types.h>
+#include <sys/param.h>
 #include <errno.h>
 #ifndef errno
@@ -38,7 +39,7 @@
 int gethostname ();
 #ifndef INITIAL_HOSTNAME_LENGTH
-# define INITIAL_HOSTNAME_LENGTH 34
+# define INITIAL_HOSTNAME_LENGTH MAXHOSTNAMELEN + 1
 #endif
 char



--G4iJoqBmSsgzjUCe
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE7G6q6KxA01iDoLN4RAq0eAKCPs2AjH1M8O/DF0I424DFpoL46yQCgglXx
JxFHZSdJByYTkCwlbOU7Wls=
=ahBR
-----END PGP SIGNATURE-----

--G4iJoqBmSsgzjUCe--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010604113522.A8361>