Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/stat Use limits.h instead of sys/syslimits.h since i...
details: https://anonhg.NetBSD.org/src/rev/f31b3d782290
branches: trunk
changeset: 535289:f31b3d782290
user: atatat <atatat%NetBSD.org@localhost>
date: Tue Aug 13 20:15:06 2002 +0000
description:
Use limits.h instead of sys/syslimits.h since it's more potrable.
diffstat:
usr.bin/stat/stat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f6ecb2c256a4 -r f31b3d782290 usr.bin/stat/stat.c
--- a/usr.bin/stat/stat.c Tue Aug 13 20:07:31 2002 +0000
+++ b/usr.bin/stat/stat.c Tue Aug 13 20:15:06 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stat.c,v 1.7 2002/08/13 14:05:41 atatat Exp $ */
+/* $NetBSD: stat.c,v 1.8 2002/08/13 20:15:06 atatat Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -38,15 +38,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: stat.c,v 1.7 2002/08/13 14:05:41 atatat Exp $");
+__RCSID("$NetBSD: stat.c,v 1.8 2002/08/13 20:15:06 atatat Exp $");
#endif
#include <sys/stat.h>
-#include <sys/syslimits.h>
#include <ctype.h>
#include <err.h>
#include <grp.h>
+#include <limits.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index