mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
059a88c435
of patches to fix the build on -current.
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
--- 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;
|