Date: Wed, 4 May 2005 20:21:57 +0000 (UTC) From: Mark Peek <mp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh config.h Message-ID: <200505042021.j44KLvE7079456@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mp 2005-05-04 20:21:57 UTC FreeBSD src repository Modified files: bin/csh config.h Log: Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment variable to show up correctly. Note: This is really a bug with the stock tcsh configure.in script not including <sys/types.h> before <utmp.h>. But, since config.h is maintained separate from the contrib sources, this is the correct fix. Noticed by: ache Revision Changes Path 1.12 +1 -1 src/bin/csh/config.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505042021.j44KLvE7079456>