summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-09-12 00:15:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-09-12 00:15:12 +0000
commit36366afe8e4f176a45bbb6311a37c7005f31a368 (patch)
tree6abaa057397c33f70044bca5dcc864db17c01f1b /usr.bin/fstat
parente57552148f64a2ab3733cd962450b29d8c3e7b8c (diff)
work around Art's lack of testing
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 5a377d2fba7..c60841b7ccc 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $ */
+/* $OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -71,6 +71,7 @@ static char *rcsid = "$OpenBSD: fstat.c,v 1.28 2000/07/16 23:40:48 hugh Exp $";
#include <nfs/nfsnode.h>
#undef NFS
+#include <xfs/xfs_config.h>
#include <xfs/xfs_node.h>
#include <net/route.h>