aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bsd-games-stdio.h.patch
blob: 1c3a402042514fd3babd54403b24f0115af9c962 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ru a/include/stdio.h b/include/stdio.h
--- a/include/stdio.h	2000-08-04 10:24:39.000000000 +1000
+++ b/include/stdio.h	2005-06-18 14:26:35.000000000 +1000
@@ -34,6 +34,10 @@
 #include <bsd-games.h>
 #include_next <stdio.h>

+__BEGIN_DECLS
+
 #ifndef HAVE_fgetln
 extern char *fgetln(FILE *stream, size_t *len);
 #endif
+
+__END_DECLS
n>services: Log-in services now require "pam_loginuid"....Fixes <https://bugs.gnu.org/35553>. Reported by Bruno Haible <bruno@clisp.org>. * gnu/services/base.scm (login-pam-service): Pass #:login-uid? #t to 'unix-pam-service'. * gnu/services/ssh.scm (lsh-pam-services, openssh-pam-services): Likewise. * gnu/services/xorg.scm (slim-pam-service): Likewise. (gdm-pam-service): Likewise for "gdm-autologin" and "gdm-password". * gnu/tests/base.scm (run-basic-test)["getlogin on tty1"]: New test. * gnu/tests/ssh.scm (run-ssh-test): Add #:test-getlogin? parameter. ["getlogin"]: New test. (%test-dropbear): Pass #:test-getlogin? #f. Ludovic Courtès 2019-04-07services: dropbear: Add default value....* gnu/services/ssh.scm (dropbear-service-type)[default-value]: New field. Ludovic Courtès 2019-03-04services: Use 'file-append' for user account shells....* gnu/services/cuirass.scm (cuirass-account): Use 'file-append' instead of #~(string-append #$shadow "/sbin/nologin"). * gnu/services/monitoring.scm (zabbix-server-account): Likewise. (zabbix-agent-account): Likewise. * gnu/services/rsync.scm (rsync-account): Likewise. * gnu/services/ssh.scm (%openssh-accounts): Likewise. Ludovic Courtès