[1492] in Source-Commits
athena/bin/olc/clients/tty t_getline.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 14:06:57 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 14:06:50 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/tty
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/clients/tty
Modified Files:
t_getline.c
Log Message:
From bert:
Removed hardcoded declaration of ioctl() and #include'd unistd.h
instead
Moved assignments out of "if" statement tests.
Replaced a 0 with a NULL in char* assignment.