diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 06:41:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 06:41:29 +0000 |
commit | 4b35f5ba84c6f25c1d44c6938b8e55ef2099dffd (patch) | |
tree | bf5063c571a00e04ef375df1c366ef5cbba5988f /games/sopwith/files/patch-src::swinit.c | |
parent | This is a pair of tools for creating and applying very compact patches to (diff) |
Upgrade to sopwith 1.7.0, released today.
Diffstat (limited to 'games/sopwith/files/patch-src::swinit.c')
-rw-r--r-- | games/sopwith/files/patch-src::swinit.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/sopwith/files/patch-src::swinit.c b/games/sopwith/files/patch-src::swinit.c new file mode 100644 index 000000000000..cf90d0ff626a --- /dev/null +++ b/games/sopwith/files/patch-src::swinit.c @@ -0,0 +1,18 @@ +--- src/swinit.c.orig Sun Jun 8 16:35:49 2003 ++++ src/swinit.c Sun Jun 8 16:36:01 2003 +@@ -1064,6 +1064,7 @@ + BOOL k = FALSE; + int modeset = 0, keyset; + char *device = "\0 "; ++ int i; + + // store global argc/argv + +@@ -1096,7 +1097,6 @@ + } + #endif + +- int i; + + // sdh 29/10/2001: load config from configuration file + |