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 ass='logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/mail.scm
AgeCommit message (Expand)Author
2020-11-05services: Remove imports of (ice-9 …) modules....Ludovic Courtès
2020-03-16tests: opensmtpd: Check /var/spool/mail instead of /var/mail....Ludovic Courtès
2020-03-16tests: opensmtpd: Gracefully handle test failure....Ludovic Courtès
2020-03-09tests: getmail: Provide a pre-initialized user account password....Ludovic Courtès
2020-01-31gnu: Update opensmtpd configuration grammar....Tobias Geerinckx-Rice
2020-01-20tests: mail: Remove %getmail-os from the bottom of the file....Christopher Baines
2019-06-19tests: Fix opensmtpd test....Tobias Geerinckx-Rice
2019-05-31services: Add getmail....Christopher Baines
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès