From 344c67b616bf39d33700cc77ff5c6ec2d5ba295c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Apr 1999 13:19:45 +0000 Subject: Update. 1999-04-29 Ulrich Drepper * nss/getXXbyYY_r.c: Include assert.h. * nss/getXXbyYY.c: Likewise. --- termios/tcgetsid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'termios') diff --git a/termios/tcgetsid.c b/termios/tcgetsid.c index aab72f9a62..f4cc6a7a9e 100644 --- a/termios/tcgetsid.c +++ b/termios/tcgetsid.c @@ -30,9 +30,9 @@ tcgetsid (fd) pid_t pgrp; pid_t sid; #ifdef TIOCGSID - static int tiocgsid_does_not_works; + static int tiocgsid_does_not_work; - if (! tiocgsid_does_not_works) + if (! tiocgsid_does_not_work) { int serrno = errno; int sid; @@ -41,7 +41,7 @@ tcgetsid (fd) { if (errno == EINVAL) { - tiocgsid_does_not_works = 1; + tiocgsid_does_not_work = 1; __set_errno (serrno); } else -- cgit 1.4.1