$FreeBSD$ --- term.c.orig +++ term.c @@ -662,9 +662,9 @@ #endif if (check_term) { # ifdef FIONREAD - long iocount; + int iocount; ioctl(0, FIONREAD, &iocount); - return (int)iocount; + return iocount; # else /* !FIONREAD */ # ifdef HAS_RDCHK return rdchk(0); -gnome/atom/deskutils/gnote?h=gnome-3.24' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnote
Commit message (Expand)AuthorAgeFilesLines
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-204-23/+57
* - Mark BROKEN on 6.Xpav2010-07-121-1/+7
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-117-20/+99
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* Correct the path to the Bonobo server file.marcus2009-12-082-0/+12
* Fix build on amd64 and fix the plist while here.kwm2009-12-042-1/+12