Parent Directory | Revision Log | Revision Graph
Update no_shmat.patch to avoid $Id:$ so that it applies cleanly.
1 | diff -Nur buffer-1.19/buffer.c buffer-1.19-no_shma/buffer.c |
2 | --- buffer-1.19/buffer.c 2016-02-07 20:28:56.432381667 +0100 |
3 | +++ buffer-1.19-no_shma/buffer.c 2016-02-07 20:29:29.911380082 +0100 |
4 | @@ -135,9 +135,5 @@ |
5 | #endif |
6 | |
7 | -#ifndef __alpha |
8 | -extern char *shmat(); |
9 | -#endif /* __alpha */ |
10 | - |
11 | /* General macros */ |
12 | #define TRUE 1 |
13 | #define FALSE 0 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |