Subject: bin/9396
To: None <netbsd-bugs@netbsd.org>
From: Jason R. Fink <jrf@adresearch.com>
List: netbsd-bugs
Date: 03/31/2003 14:37:09
This bug only requires the following change (as I looked
at it in FreeBSD):

Index: leave.c
===================================================================
RCS file: /cvsroot/src/usr.bin/leave/leave.c,v
retrieving revision 1.10
diff -u -r1.10 leave.c
--- leave.c     2002/01/20 03:53:53     1.10
+++ leave.c     2003/03/31 19:24:38
@@ -151,6 +151,8 @@
                exit(0);
        }
        sleep((u_int)2);                /* let parent print set message */
+       if (secs >= 2)
+               secs -= 2;

        /*
         * if write fails, we've lost the terminal through someone else

I will contact the last person who worked on the file 
for approval (or, heck, they can just commit it if they see 
this),

	j