You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buffer/no_shmat.patch

14 lines
339 B
Diff

diff -Nur buffer-1.19/buffer.c buffer-1.19-no_shma/buffer.c
--- buffer-1.19/buffer.c 2016-02-07 20:28:56.432381667 +0100
+++ buffer-1.19-no_shma/buffer.c 2016-02-07 20:29:29.911380082 +0100
@@ -135,9 +135,5 @@
#endif
-#ifndef __alpha
-extern char *shmat();
-#endif /* __alpha */
-
/* General macros */
#define TRUE 1
#define FALSE 0