On 13 November 2011 09:56, Baptiste Daroussin <[email protected]> wrote: > bapt 2011-11-13 09:56:08 UTC > > FreeBSD ports repository > > Added files: > shells/zsh/files patch-Src_watch.c > Log: > - Fix build for badly upgraded systems which have both utmp.h and utmpx.h > > PR: ports/156263 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=156263 > Submitted by: Matthew Cashdollar <[email protected]> > Feature safe: yes >
Fixing it here will only mask the problem-- why are we adding a fix to support a broken system? The proper solution is to rm utmp.h in that system, is it not? I suggest a different patch at [1]. Chris [1] http://www.bayofrum.net/~crees/patches/zsh-utmpx-fix.diff.txt [removing the patchfile too] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
