[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. 2234c5ee7487a0630b39955
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. 2234c5ee7487a0630b3995510bb50a93a02aae3d |
Date: |
Sun, 27 Jan 2013 20:09:53 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via 2234c5ee7487a0630b3995510bb50a93a02aae3d (commit)
from 28e8a885bf3f5c69c0cb98cdd92a73216f0135a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=2234c5ee7487a0630b3995510bb50a93a02aae3d
commit 2234c5ee7487a0630b3995510bb50a93a02aae3d
Author: Arnold D. Robbins <address@hidden>
Date: Sun Jan 27 22:09:34 2013 +0200
Fix gawkdirfd.h for Mac OS X.
diff --git a/extension/ChangeLog b/extension/ChangeLog
index c9317d9..231961f 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -8,6 +8,7 @@
(.developing): Fix check.
* alocal.m4: Updated.
* configure: Regenerated.
+ * gawkdirfd.h: Fixed for Mac OS X also.
2013-01-25 Arnold D. Robbins <address@hidden>
diff --git a/extension/gawkdirfd.h b/extension/gawkdirfd.h
index 3d44320..249a064 100644
--- a/extension/gawkdirfd.h
+++ b/extension/gawkdirfd.h
@@ -21,7 +21,7 @@
#include <config.h>
-#ifndef HAVE_DIRFD
+#if !defined(HAVE_DIRFD) && !defined(HAVE_DECL_DIRFD)
int
dirfd (DIR *dir_p)
{
-----------------------------------------------------------------------
Summary of changes:
extension/ChangeLog | 1 +
extension/gawkdirfd.h | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. 2234c5ee7487a0630b3995510bb50a93a02aae3d,
Arnold Robbins <=