From 6819756293ae8a0090d63b085cd60b64904b431b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Feb 2007 22:34:37 +0100 Subject: Rely on gnulib-generated stdlib.h, not exit.h. * src/system.h: Don't include exit.h, now that it's subsumed by the gnulib-generated stdlib.h. * lib/xfts.c: Include rather than exit.h, now that stdlib.h --- src/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/system.h b/src/system.h index 383388bab..763909bac 100644 --- a/src/system.h +++ b/src/system.h @@ -1,5 +1,5 @@ /* system-dependent definitions for coreutils - Copyright (C) 1989, 1991-2006 Free Software Foundation, Inc. + Copyright (C) 1989, 1991-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -113,7 +113,6 @@ you must include before including this file #include #include -#include /* Exit statuses for programs like 'env' that exec other programs. EXIT_FAILURE might not be 1, so use EXIT_FAIL in such programs. */ -- cgit v1.2.3-54-g00ecf