From 873b412c8f7c94df288a2318dec51d1855cade53 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sun, 4 Jan 2004 01:14:36 +0000 Subject: [PATCH] update Changelog, screw libiberty git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@62 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 2 ++ dgamelaunch.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3