]> skyeroc.xyz Git - dgamelaunch/commitdiff
call fcntl(2) with F_SETLK not F_UNLCK
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 13 Feb 2004 23:01:17 +0000 (23:01 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 13 Feb 2004 23:01:17 +0000 (23:01 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@233 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog

index 455990c64575e21e267be9701418a25d70b54747..cedabc7e25ecea72a5b48b9c86d689b24b5b1863 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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]