Source-Changes-HG archive

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

[src/trunk]: src/bin/ls Add #include <sys/param.h> for howmany().



details:   https://anonhg.NetBSD.org/src/rev/eb31289a97e8
branches:  trunk
changeset: 756210:eb31289a97e8
user:      rmind <rmind%NetBSD.org@localhost>
date:      Thu Jul 08 20:43:34 2010 +0000

description:
Add #include <sys/param.h> for howmany().

diffstat:

 bin/ls/ls.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d6b381b9fdc1 -r eb31289a97e8 bin/ls/ls.c
--- a/bin/ls/ls.c       Thu Jul 08 20:32:12 2010 +0000
+++ b/bin/ls/ls.c       Thu Jul 08 20:43:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ls.c,v 1.66 2009/02/14 08:02:04 lukem Exp $    */
+/*     $NetBSD: ls.c,v 1.67 2010/07/08 20:43:34 rmind Exp $    */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -42,10 +42,11 @@
 #if 0
 static char sccsid[] = "@(#)ls.c       8.7 (Berkeley) 8/5/94";
 #else
-__RCSID("$NetBSD: ls.c,v 1.66 2009/02/14 08:02:04 lukem Exp $");
+__RCSID("$NetBSD: ls.c,v 1.67 2010/07/08 20:43:34 rmind Exp $");
 #endif
 #endif /* not lint */
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index