summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-04-01 06:36:40 +0000
committerPaul Smith <psmith@gnu.org>2006-04-01 06:36:40 +0000
commit7d946f1fe4369251fdf482d3bc27a554891d120a (patch)
treeb161fc78e688e2c08828116dca05cb148af6e305 /misc.c
parent558a3ebcc3c6c676f141622d86f5bbfbd2a61ec8 (diff)
downloadmake-7d946f1fe4369251fdf482d3bc27a554891d120a.tar.gz
Release GNU make 3.81.
Update NEWS docs. Enhance the manual to use automake version.texi, and use the canonical FSF copyright features and statement. Some $(realpath ...) tests won't work on Windows; leave them out The jobserver filedescriptor test might fail if some FDs are reserved, so for now comment out that check.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 082bcc67..07f3c016 100644
--- a/misc.c
+++ b/misc.c
@@ -634,7 +634,7 @@ static enum { make, user } current_access;
/* Under -d, write a message describing the current IDs. */
static void
-log_access (char *flavor)
+log_access (const char *flavor)
{
if (! ISDB (DB_JOBS))
return;