/[hurd]/hurd/term/main.c
ViewVC logotype

Diff of /hurd/term/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by thomas, Fri Mar 17 17:26:00 2000 UTC revision 1.23 by marcus, Sun Feb 10 17:21:02 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.     Copyright (C) 1995, 1996, 1997, 2000, 2002 Free Software Foundation, Inc.
3     Written by Michael I. Bushnell, p/BSG.     Written by Michael I. Bushnell, p/BSG.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 194  main (int argc, char **argv) Line 194  main (int argc, char **argv)
194        
195    outputq = create_queue (256, QUEUE_LOWAT, QUEUE_HIWAT);    outputq = create_queue (256, QUEUE_LOWAT, QUEUE_HIWAT);
196        
197    if (bottom == &ptyio_bottom)    errno = (*bottom->init) ();
198      ptyio_init ();    if (errno)
199        {
200          perror ("Initializing bottom handler");
201          exit (1);
202        }
203    
204    condition_init (&carrier_alert);    condition_init (&carrier_alert);
205    condition_init (&select_alert);    condition_init (&select_alert);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26