Skip to content

Commit

Permalink
Include <limits.h> to get the definition of INT_MAX - don't depend on
Browse files Browse the repository at this point in the history
namespace pollution in <time.h>.
  • Loading branch information
Bruce Evans authored and Bruce Evans committed Feb 3, 1995
1 parent 711fbb0 commit 50c1f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/chmod/chmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: chmod.c,v 1.2 1994/09/24 02:53:37 davidg Exp $
*/

#ifndef lint
Expand All @@ -49,6 +49,7 @@ static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#include <err.h>
#include <errno.h>
#include <fts.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 50c1f89

Please sign in to comment.