cvs commit: ports/graphics/svgalib/files patch-am
Edwin Groothuis
edwin at FreeBSD.org
Wed Sep 24 01:13:30 PDT 2003
edwin 2003/09/24 01:13:29 PDT
FreeBSD ports repository
Modified files:
graphics/svgalib/files patch-am
Log:
[patch] graphics/svgalib checks wrong virtual console for ownership
graphics/svgalib contains an off-by-one error in the code
that checks that the user is the owner of the current virtual
terminal. Instead of checking /dev/ttyv[X], it checks
/dev/ttyv[X+1].
Submitted by: Chris Pressey <cpressey at catseye.mine.nu>
This happens because svgalib was written for Linnex, and
they start tty numbering from 1, contrary to FreeBSD, which
does it from 0. I always knew that FreeBSD is better: who
counts from 1 in this world?! ;-)
PR: ports/57052
Submitted by: Alexey Dokuchaev <danfe at regency.nsu.ru>
Revision Changes Path
1.4 +1 -1 ports/graphics/svgalib/files/patch-am
More information about the cvs-all
mailing list