From 83a19c8e579e8c5df4cb0b4acdda500d3a45ef36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 13 May 2004 15:52:14 +0000 Subject: [PATCH] removed atexit git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7564 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/lib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/coreutils-5.0/lib/Jamfile b/src/apps/bin/coreutils-5.0/lib/Jamfile index dbed76fc72..290de664e8 100644 --- a/src/apps/bin/coreutils-5.0/lib/Jamfile +++ b/src/apps/bin/coreutils-5.0/lib/Jamfile @@ -10,7 +10,7 @@ acl.c addext.c alloca.c argmatch.c -atexit.c +#atexit.c backupfile.c basename.c canon-host.c