~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/appl/bsd/krlogin.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1102
1102
    for (;;) {
1103
1103
        FD_ZERO(&waitread);
1104
1104
        FD_SET(0, &waitread);
1105
 
        n = select(8*sizeof(waitread), &waitread, 0, 0, 0, 0);
 
1105
        n = select(1, &waitread, 0, 0, 0, 0);
1106
1106
        if (n < 0 && errno == EINTR)
1107
1107
          continue;
1108
1108
        if (n > 0)