From f321635a6eb6a826db7213f5c545a01b9c87104c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADctor=20Paesa?= <wzrlpy@arsystel.com>
Date: Sun, 1 Apr 2007 17:20:23 +0000
Subject: [PATCH] =?UTF-8?q?Replace=20valid=20use=20of=20exit=20by=20=5Fexi?=
 =?UTF-8?q?t,=20patch=20by=20V=C3=ADctor=20Paesa,=20wzrlpy=20arsystel=20co?=
 =?UTF-8?q?m.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 vhook/ppm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vhook/ppm.c b/vhook/ppm.c
index 51badd58db3..4b3a17f9f22 100644
--- a/vhook/ppm.c
+++ b/vhook/ppm.c
@@ -81,7 +81,7 @@ static rwpipe *rwpipe_open( int argc, char *argv[] )
             close( output[ 1 ] );
 
             execl("/bin/sh", "sh", "-c", command, (char*)NULL );
-            exit( 255 );
+            _exit( 255 );
         }
         else
         {
-- 
GitLab