5942db774f
Merge all applicable bugfixes, local hacks and new features from the ancient base system tar into the port, so those two are interchangeable. Bump PORTREVISION.
14 lines
304 B
C
14 lines
304 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/buffer.c 2002/06/01 21:08:46 1.1
|
|
+++ src/buffer.c 2002/06/01 21:09:16
|
|
@@ -1540,7 +1540,7 @@
|
|
child = xfork ();
|
|
if (child == 0)
|
|
{
|
|
- execlp (shell, "-sh", "-i", 0);
|
|
+ execlp (shell, "-sh", "-i", (char *) 0);
|
|
exec_fatal (shell);
|
|
}
|
|
else
|