From: Arnout E. <rab...@us...> - 2011-05-26 20:35:15
|
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 "notion window manager core". The branch, master has been updated via eb94264f7eaf8bf98a8f5f59f8bdadb9833fbecc (commit) via 05923d17fd49a0846ad84d7da17b18194a30330c (commit) from a3a0774126f1fca8c0f505d38a412cead5dd0e9e (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 ----------------------------------------------------------------- commit eb94264f7eaf8bf98a8f5f59f8bdadb9833fbecc Merge: 05923d17fd49a0846ad84d7da17b18194a30330c a3a0774126f1fca8c0f505d38a412cead5dd0e9e Author: Arnout <arn...@bz...> Date: Thu May 26 22:28:41 2011 +0200 Merge branch 'master' of ssh://notion.git.sourceforge.net/gitroot/notion/notion commit 05923d17fd49a0846ad84d7da17b18194a30330c Author: Arnout <arn...@bz...> Date: Thu May 26 22:18:31 2011 +0200 Do not include 'features.h' to make use feature test macro's The feature test macros (such as _POSIX_C_SOURCE) are somewhat standard/ portable. 'features.h' is a Linux/glibc thing and should not be included directly. It is automatically included by other header files (in this case <sys/select.h>) as required. This is documented in the NOTES section of the feature_test_macros manpage on linux. Verified with Silas Sila that this also indeed behaves as expected (uses pselect) on NetBSD. ----------------------------------------------------------------------- Summary of changes: libmainloop/select.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) hooks/post-receive -- notion window manager core |