freebsd-ports/archivers/gtar/files/patch-src::buffer.c
Maxim Sobolev 5942db774f Stage 1 of system GNU tar upgrade to a modern version:
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.
2002-06-02 10:18:14 +00:00

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