haubi 15/02/17 15:03:26 Added: tcsh-6.18.01-aix.patch Log: tcsh-6.18.01-r2: Add AIX patch for now until upstream (bug#366) knows better. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
Revision Changes Path 1.1 app-shells/tcsh/files/tcsh-6.18.01-aix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/files/tcsh-6.18.01-aix.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/files/tcsh-6.18.01-aix.patch?rev=1.1&content-type=text/plain Index: tcsh-6.18.01-aix.patch =================================================================== Upstream report, without better patch yet: http://bugs.gw.com/view.php?id=366 --- tc.who.c.orig 2014-06-26 11:21:43 +0200 +++ tc.who.c 2014-06-26 11:21:58 +0200 @@ -60,6 +60,8 @@ # define TCSH_PATH_UTMP _PATH_UTMPX # elif defined(UTMPX_FILE) # define TCSH_PATH_UTMP UTMPX_FILE +# elif defined(UTMP_FILE) +# define TCSH_PATH_UTMP UTMP_FILE # elif __FreeBSD_version >= 900000 # /* Why isn't this defined somewhere? */ # define TCSH_PATH_UTMP "/var/run/utx.active"
