From: Joshua Kwan Date: Sun, 4 Jan 2004 01:14:36 +0000 (+0000) Subject: update Changelog, screw libiberty X-Git-Tag: v1.6.1-roc-dev~636 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=873b412c8f7c94df288a2318dec51d1855cade53;p=dgamelaunch update Changelog, screw libiberty git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@62 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Changelog b/Changelog index 4be94d5..30dcc26 100644 --- 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. diff --git a/dgamelaunch.c b/dgamelaunch.c index 2e6459c..5cc1fb2 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -58,8 +58,6 @@ #ifdef __linux__ # include -/*# include -- NOT IN MINIAL-TYPE INSTALLATIONS - * Also, wasn't needed for compiling at current revision - brettcar */ #endif #ifndef ARRAY_SIZE