Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2001 10:05:47 -0700
From:      Doug Barton <DougB@DougBarton.net>
To:        Kevin Way <kevin.way@overtone.org>
Cc:        freebsd-ports@FreeBSD.ORG, dburr@FreeBSD.ORG, chuckr@FreeBSD.ORG
Subject:   Re: a2ps has long-standing uncommitted patches
Message-ID:  <3B1BBFEB.55A4CEAD@DougBarton.net>
References:  <20010604113522.A8361@bean.overtone.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Way wrote:
> 
> 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.

	For one, that patch is not actually part of the audit trail for the PR, so
it's very possible that the maintainer is unaware of it. 

> 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
> 
>   ---------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

-- 
    I need someone really bad. Are you really bad?

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?3B1BBFEB.55A4CEAD>