diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-20 16:18:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-20 16:18:17 +0000 |
commit | c8380252536019afb7eea4285cf5ec18fb93f357 (patch) | |
tree | 7212ac8e25fa7047d4088937743a7622cb7bc130 /games/xroads/files/patch-xroads.h | |
parent | - Reset longterm inactive maintainer (diff) |
Fix build on 5/6.x
Assign maintainership to submitter.
PR: ports/74162
Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes:
svn path=/head/; revision=122009
Diffstat (limited to '')
-rw-r--r-- | games/xroads/files/patch-xroads.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xroads/files/patch-xroads.h b/games/xroads/files/patch-xroads.h new file mode 100644 index 000000000000..0c82d490f7d7 --- /dev/null +++ b/games/xroads/files/patch-xroads.h @@ -0,0 +1,11 @@ +--- xroads.h.orig Sat Nov 20 09:50:11 2004 ++++ xroads.h Sat Nov 20 09:49:42 2004 +@@ -33,7 +33,7 @@ + void killme( char * ); + void xconnect( int, char *[] ); + int ntrunc( float ); +-int round( float ); ++int xrround( float ); + #ifdef SIGHANDLE + void sigcatch( int ); + #endif |