update Changelog, screw libiberty

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@62 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-04 01:14:36 +00:00
parent ab8fc6018c
commit 873b412c8f
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,8 @@
* Allow page up and page down on the watch games menu * Allow page up and page down on the watch games menu
* Merge BSD compatibility patches * Merge BSD compatibility patches
* All licenses in source code mentioned in COPYING * 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) 1.3.10 (2003/10/22)
* Added a mode flag to the open call for inprogress lock files. * Added a mode flag to the open call for inprogress lock files.

View File

@ -58,8 +58,6 @@
#ifdef __linux__ #ifdef __linux__
# include <pty.h> # include <pty.h>
/*# include <libiberty.h> -- NOT IN MINIAL-TYPE INSTALLATIONS
* Also, wasn't needed for compiling at current revision - brettcar */
#endif #endif
#ifndef ARRAY_SIZE #ifndef ARRAY_SIZE