diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:22:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:22:22 +0000 |
commit | 75464c95446f6c87f0610534204fc2e6c8f18056 (patch) | |
tree | 112702b8799346584897c73b9cee5351cf648dfb /bin/df | |
parent | 3bbc909a117af1c26d31a6befe8836ded85d3f38 (diff) |
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
delete <sys/param.h> if now possible
ok guenther
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/ffs_df.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/ffs_df.c b/bin/df/ffs_df.c index d1fa39d6c2f..4e92a2a417c 100644 --- a/bin/df/ffs_df.c +++ b/bin/df/ffs_df.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_df.c,v 1.15 2015/01/16 06:39:31 deraadt Exp $ */ +/* $OpenBSD: ffs_df.c,v 1.16 2015/01/20 18:22:20 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993, 1994 @@ -34,7 +34,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG */ +#include <sys/types.h> #include <sys/mount.h> #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> |