Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/stat Header reorganization makes a shorter list. Fr...
details: https://anonhg.NetBSD.org/src/rev/a5b7ecf3a4ff
branches: trunk
changeset: 533806:a5b7ecf3a4ff
user: atatat <atatat%NetBSD.org@localhost>
date: Tue Jul 09 21:25:00 2002 +0000
description:
Header reorganization makes a shorter list. From Doug Barton <DougB%FreeBSD.org@localhost>
diffstat:
usr.bin/stat/stat.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 430b441eefed -r a5b7ecf3a4ff usr.bin/stat/stat.c
--- a/usr.bin/stat/stat.c Tue Jul 09 21:05:03 2002 +0000
+++ b/usr.bin/stat/stat.c Tue Jul 09 21:25:00 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stat.c,v 1.5 2002/07/09 17:22:26 atatat Exp $ */
+/* $NetBSD: stat.c,v 1.6 2002/07/09 21:25:00 atatat Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -38,22 +38,22 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: stat.c,v 1.5 2002/07/09 17:22:26 atatat Exp $");
+__RCSID("$NetBSD: stat.c,v 1.6 2002/07/09 21:25:00 atatat Exp $");
#endif
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
-#include <unistd.h>
+
+#include <ctype.h>
+#include <grp.h>
+#include <pwd.h>
+#include <stdio.h>
#include <fcntl.h>
#include <err.h>
#include <string.h>
-#include <stdio.h>
-#include <ctype.h>
-#include <stddef.h>
#include <stdlib.h>
-#include <pwd.h>
-#include <grp.h>
+#include <time.h>
+#include <unistd.h>
#define DEF_FORMAT \
"%d %i %Sp %l %Su %Sg %r %z \"%Sa\" \"%Sm\" \"%Sc\" %k %b %N"
Home |
Main Index |
Thread Index |
Old Index