From owner-cvs-usrsbin Thu Mar 13 00:35:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14245 for cvs-usrsbin-outgoing; Thu, 13 Mar 1997 00:35:48 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14237; Thu, 13 Mar 1997 00:35:47 -0800 (PST) Date: Thu, 13 Mar 1997 00:35:47 -0800 (PST) From: Ollivier Robert Message-Id: <199703130835.AAA14237@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 97/03/13 00:35:46 Modified: usr.sbin/watch watch.c Log: 1. change tty handling from sgttyb to termios, 2. fix a potential buffer oflow, 3. makes watch(8) conform to sysexits(3). Not a strong 2.2 candidate even if it would be nice. Reviewed by: joerg, imp Revision Changes Path 1.12 +52 -40 src/usr.sbin/watch/watch.c