wok-6.x annotate buffer/stuff/buffer-1.19.patch @ rev 25003
updated nspr and nspr-dev (4.25 -> 4.33)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 14:53:05 2022 +0100 (2022-05-16) |
parents | |
children |
rev | line source |
---|---|
erjo@13494 | 1 --- buffer-1.19-ori/buffer.c |
erjo@13494 | 2 +++ buffer-1.19/buffer.c |
erjo@13494 | 3 @@ -126,11 +126,6 @@ |
erjo@13494 | 4 static char *rcsid = "$Header: /a/swan/home/swan/staff/csg/lmjm/src/buffer/RCS/buffer.c,v 1.19 1995/08/24 17:46:28 lmjm Exp lmjm $"; |
erjo@13494 | 5 #endif |
erjo@13494 | 6 |
erjo@13494 | 7 -#ifndef __alpha |
erjo@13494 | 8 -#ifndef __ia64 |
erjo@13494 | 9 -extern char *shmat(); |
erjo@13494 | 10 -#endif /* __ia64 */ |
erjo@13494 | 11 -#endif /* __alpha */ |
erjo@13494 | 12 |
erjo@13494 | 13 /* General macros */ |
erjo@13494 | 14 #define TRUE 1 |