See https://bugs.freedesktop.org/show_bug.cgi?id=47792; should become obsolete with the next release. diff -u luit-1.1.1.orig/sys.c luit-1.1.1/sys.c --- luit-1.1.1.orig/sys.c 2012-03-23 05:23:07.000000000 +0100 +++ luit-1.1.1/sys.c 2013-11-27 22:45:53.000000000 +0100 @@ -20,6 +20,8 @@ THE SOFTWARE. */ +#define _XOPEN_SOURCE 600 + #ifdef HAVE_CONFIG_H # include "config.h" #endif >cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/git
AgeCommit message (Expand)Author
2024-01-24gitconfig: b4: Automatically add 'Signed-off-by' when applying patches....Maxim Cournoyer
2023-11-07doc: Add some guidelines for reviewing....Maxim Cournoyer
2023-10-22build: Add a commit-msg hook that embeds Change-Id in commit messages....Maxim Cournoyer
2023-05-18etc: gitconfig: Do not enforced signed commits....Maxim Cournoyer
2023-05-01Makefile.am: Auto-configure Git on 'make'....Maxim Cournoyer
2021-10-14Add git configuration templates to improve diff hunk header detection....Sarah Morgensen
2020-12-14maint: Only run `make authenticate` when pushing commits....Leo Famulari