call fcntl(2) with F_SETLK not F_UNLCK

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@233 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-13 23:01:17 +00:00
parent d9d9e9f1c9
commit 1dd5b1dc8b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
1.4.1 (2004/02/13)
* Call fcntl with F_SETLK, not F_UNLCK.
* Make sure writefile does not get called when using it as a
password prompt for new-users [CRITICAL]
password prompt for new-users
* Allow user to change his or her email address in the console.
* Remove some useless cruft in ttywait() [ttyplay.c]