Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/du Add #include <sys/param.h>



details:   https://anonhg.NetBSD.org/src/rev/4cb508db8cce
branches:  trunk
changeset: 756211:4cb508db8cce
user:      rmind <rmind%NetBSD.org@localhost>
date:      Thu Jul 08 20:52:22 2010 +0000

description:
Add #include <sys/param.h>

diffstat:

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

diffs (22 lines):

diff -r eb31289a97e8 -r 4cb508db8cce usr.bin/du/du.c
--- a/usr.bin/du/du.c   Thu Jul 08 20:43:34 2010 +0000
+++ b/usr.bin/du/du.c   Thu Jul 08 20:52:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: du.c,v 1.33 2008/07/30 22:03:40 dsl Exp $      */
+/*     $NetBSD: du.c,v 1.34 2010/07/08 20:52:22 rmind Exp $    */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -42,10 +42,11 @@
 #if 0
 static char sccsid[] = "@(#)du.c       8.5 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: du.c,v 1.33 2008/07/30 22:03:40 dsl Exp $");
+__RCSID("$NetBSD: du.c,v 1.34 2010/07/08 20:52:22 rmind Exp $");
 #endif
 #endif /* not lint */
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 



Home | Main Index | Thread Index | Old Index