Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/crunch/crunchide Include <limits.h> for SIZE_T_MAX s...



details:   https://anonhg.NetBSD.org/src/rev/0fe37ed0368a
branches:  trunk
changeset: 533426:0fe37ed0368a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 30 03:26:59 2002 +0000

description:
Include <limits.h> for SIZE_T_MAX since time.h no longer
includes <machine/limits.h>.

diffstat:

 usr.bin/crunch/crunchide/exec_coff.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 36c5b1ebd28c -r 0fe37ed0368a usr.bin/crunch/crunchide/exec_coff.c
--- a/usr.bin/crunch/crunchide/exec_coff.c      Sun Jun 30 03:05:53 2002 +0000
+++ b/usr.bin/crunch/crunchide/exec_coff.c      Sun Jun 30 03:26:59 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_coff.c,v 1.4 2000/06/14 17:25:59 cgd Exp $ */
+/* $NetBSD: exec_coff.c,v 1.5 2002/06/30 03:26:59 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1997 Christopher G. Demetriou
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: exec_coff.c,v 1.4 2000/06/14 17:25:59 cgd Exp $");
+__RCSID("$NetBSD: exec_coff.c,v 1.5 2002/06/30 03:26:59 tsutsui Exp $");
 #endif
  
 #include <stdio.h>
@@ -45,6 +45,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <a.out.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 



Home | Main Index | Thread Index | Old Index