From 1998560a7e9534fc3aa06f802d1fff4e9c2e90c1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 18 Nov 2002 15:41:27 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 9 +++++++++ src/ChangeLog | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a8b3fba77d..b4fce8755b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,12 @@ +2002-11-18 Dave Love + + * update-game-score.c: Include unistd.h, string.h, stdlib.h, + fcntl.h, stdarg.h conditionally. + (_GNU_SOURCE, __attribute__): Don't define. + (optarg, optind, opterr): Declare. + (lose, lose_syserr): Use NO_RETURN. + (get_user_id): Use P_. + 2002-11-17 Richard M. Stallman * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir). diff --git a/src/ChangeLog b/src/ChangeLog index f1d9cd7bf6..856ea89a40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-11-18 Dave Love + + * regex.c (_GNU_SOURCE): Don't define. + + * process.c (_GNU_SOURCE): Don't define. + + * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define. + 2002-11-18 Markus Rost * s/sol2-8.h: Include sol2-6.h. -- 2.20.1