]> git.pld-linux.org Git - packages/imap.git/blame - imap-headers_fix.patch
- rediff patches, rebuild with openssl 3.0.0, rel 8
[packages/imap.git] / imap-headers_fix.patch
CommitLineData
b15f5ef7
JR
1diff -urNp -x '*.orig' imap-2007f.org/src/osdep/unix/os_lnx.h imap-2007f/src/osdep/unix/os_lnx.h
2--- imap-2007f.org/src/osdep/unix/os_lnx.h 2021-09-29 21:57:47.276008132 +0200
3+++ imap-2007f/src/osdep/unix/os_lnx.h 2021-09-29 21:57:47.349341303 +0200
4@@ -26,19 +26,6 @@
5 * Last Edited: 30 August 2006
6beeaa40 6 */
5428b155 7 \f
8-/*
9- *** These lines are claimed to be necessary to build on Debian Linux on an
10- *** Alpha.
11- */
12-
13-#ifndef _XOPEN_SOURCE
6beeaa40 14-#define _XOPEN_SOURCE 1
5428b155 15-#endif /* _XOPEN_SOURCE */
16-#ifndef _BSD_SOURCE
6beeaa40 17-#define _BSD_SOURCE 1
5428b155 18-#endif /* _BSD_SOURCE */
19-
20-/* end Debian Linux on Alpha strangeness */
6beeaa40 21
5428b155 22 #include <stdlib.h>
23 #include <string.h>
b15f5ef7
JR
24diff -urNp -x '*.orig' imap-2007f.org/src/osdep/unix/os_slx.h imap-2007f/src/osdep/unix/os_slx.h
25--- imap-2007f.org/src/osdep/unix/os_slx.h 2021-09-29 21:57:47.276008132 +0200
26+++ imap-2007f/src/osdep/unix/os_slx.h 2021-09-29 21:57:47.349341303 +0200
27@@ -26,19 +26,6 @@
28 * Last Edited: 30 August 2006
6beeaa40 29 */
5428b155 30 \f
31-/*
32- *** These lines are claimed to be necessary to build on Debian Linux on an
33- *** Alpha.
34- */
35-
36-#ifndef _XOPEN_SOURCE
6beeaa40 37-#define _XOPEN_SOURCE 1
5428b155 38-#endif /* _XOPEN_SOURCE */
39-#ifndef _BSD_SOURCE
6beeaa40 40-#define _BSD_SOURCE 1
5428b155 41-#endif /* _BSD_SOURCE */
42-
43-/* end Debian Linux on Alpha strangeness */
6beeaa40 44
5428b155 45 #include <stdlib.h>
46 #include <string.h>
This page took 0.18227 seconds and 4 git commands to generate.