1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/xnetmaj/files/patch-ac
Jun-ichiro itojun Hagino 4bf6e18c72 xnetmaj, Mahjong game over the network
PR:		4759
1998-02-28 03:41:46 +00:00

32 lines
642 B
Plaintext

*** global.h.orig Wed Aug 27 05:26:59 1997
--- global.h Wed Aug 27 05:28:53 1997
***************
*** 18,23 ****
--- 18,24 ----
*/
/* $Id: global.h,v 1.13 1996/08/31 08:14:40 suz Exp $ */
#include <stdio.h>
+ #include <string.h>
#include "comm.h"
#include "ss.h"
***************
*** 40,47 ****
#define index strchr
#define rindex strrchr
#endif
! extern char *index();
! extern char *rindex();
extern FILE *plog; /* protocol logging */
--- 41,48 ----
#define index strchr
#define rindex strrchr
#endif
! /*extern char *index();
! extern char *rindex();*/
extern FILE *plog; /* protocol logging */