diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-06 08:38:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-06 08:38:32 +0000 |
commit | 0ccc29e81c5ca92dece3cbca352e8f4460e7378c (patch) | |
tree | 3e43451d78c5e9757e7e213eca37356b048ec27d /misc/estic/files/patch-console.cc | |
parent | Update to 2.96 (diff) |
- rename and merge patches
(for better CVS tracking of next updates)
Notes
Notes:
svn path=/head/; revision=142066
Diffstat (limited to 'misc/estic/files/patch-console.cc')
-rw-r--r-- | misc/estic/files/patch-console.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-console.cc b/misc/estic/files/patch-console.cc new file mode 100644 index 000000000000..a99ac0dc7444 --- /dev/null +++ b/misc/estic/files/patch-console.cc @@ -0,0 +1,11 @@ +--- spunk/xsrc/console.cc.orig Sat Feb 26 17:48:40 2000 ++++ spunk/xsrc/console.cc Sat Feb 26 17:49:13 2000 +@@ -374,7 +374,7 @@ + // the parameter following this name and remove both from the argument list. + { + // Get the argument vector +- const char** Args = GetArgVec (); ++ const char** Args = (const char **)GetArgVec (); + + // search for the given argument + int I = 1; |