1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build on post-4.6 stable (do not declare shmat).

This commit is contained in:
Jimmy Olgeni 2002-07-10 16:00:57 +00:00
parent d664b1ec23
commit cb50e4c8d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62774

View File

@ -0,0 +1,11 @@
--- buffer.c.orig Sun Jul 7 18:54:56 2002
+++ buffer.c Sun Jul 7 18:55:06 2002
@@ -117,8 +117,6 @@
static char *rcsid = "$Header: /a/swan/home/swan/staff/csg/lmjm/src/buffer/RCS/buffer.c,v 1.17 1993/06/04 10:26:39 lmjm Exp lmjm $";
#endif
-extern char *shmat();
-
/* General macros */
#define TRUE 1
#define FALSE 0