]> skyeroc.xyz Git - dgamelaunch/commitdiff
update Changelog, screw libiberty
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 01:14:36 +0000 (01:14 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 01:14:36 +0000 (01:14 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@62 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
dgamelaunch.c

index 4be94d55b15bd22317e18f655548a14165204a69..30dcc260b0cf77ddcd08f6fc3c66ad8261e2d826 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -26,6 +26,8 @@
        * Allow page up and page down on the watch games menu
        * Merge BSD compatibility patches
        * All licenses in source code mentioned in COPYING
+       * Use fcntl for all file locking; flock(3) is not portable
+       * Fix some troublesome uses of strncpy() with strlcpy
 
 1.3.10 (2003/10/22)
        * Added a mode flag to the open call for inprogress lock files.
index 2e6459c97b0b73c2ff997d6d20e352f27ba136ca..5cc1fb2ce4b655d7448bdb8f0e7b493c2c1fad12 100644 (file)
@@ -58,8 +58,6 @@
 
 #ifdef __linux__
 # include <pty.h>
-/*# include <libiberty.h> -- NOT IN MINIAL-TYPE INSTALLATIONS 
- * Also, wasn't needed for compiling at current revision - brettcar */
 #endif
 
 #ifndef ARRAY_SIZE