1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/wmminichess/files/patch-chess.c
Martin Wilke 195746270d - Fix build with clang
- Support PLIST_FILES

PR:		175048
Submitted by:	Ports Fury
2013-02-08 01:57:39 +00:00

12 lines
268 B
C

--- chess.c.bak 1999-09-14 02:15:50.000000000 +0900
+++ chess.c 2012-10-24 03:04:11.000000000 +0900
@@ -1972,7 +1972,7 @@
*
* RETURNS: N/A
*/
-void main(int argc, char* argv[])
+int main(int argc, char* argv[])
{
int toChild[2];
int fromChild[2];