]> git.pld-linux.org Git - packages/metamail.git/blame - metamail-linux.patch
- fixed Source0 URL
[packages/metamail.git] / metamail-linux.patch
CommitLineData
bdad6d08 1--- mm2.7/src/config.h.linux Sun Jun 18 21:59:38 2000
2+++ mm2.7/src/config.h Sun Jun 18 21:59:10 2000
3@@ -100,9 +100,11 @@
4 #endif
5
6 #ifdef SYSV
7-#define killpg(a, b) kill(-(a), (b))
8-#define bcopy(a, b, c) memcpy(b, a, c)
9-#define bzero(a, b) memset(a, 0, b)
10+#ifndef linux
11+# define killpg(a, b) kill(-(a), (b))
12+# define bcopy(a, b, c) memcpy(b, a, c)
13+# define bzero(a, b) memset(a, 0, b)
14+#endif
15 #define bcmp memcmp
16 #define index strchr
17 #define rindex strrchr
This page took 0.031668 seconds and 4 git commands to generate.