Parent Directory | Revision Log | Revision Graph
Update no_shmat.patch to avoid $Id:$ so that it applies cleanly.
1 | vip-ire | 1.4 | diff -Nur buffer-1.19/buffer.c buffer-1.19-no_shma/buffer.c |
2 | vip-ire | 1.5 | --- 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 | charliebrady | 1.6 | @@ -135,9 +135,5 @@ |
5 | stephdl | 1.1 | #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 |