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