Source-Changes-HG archive

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

[src/trunk]: src/sbin/resize_lfs Don't include ufs headers.



details:   https://anonhg.NetBSD.org/src/rev/25a017cac62f
branches:  trunk
changeset: 339664:25a017cac62f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 02 18:12:18 2015 +0000

description:
Don't include ufs headers.

diffstat:

 sbin/resize_lfs/resize_lfs.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r dc3a1a5c7445 -r 25a017cac62f sbin/resize_lfs/resize_lfs.c
--- a/sbin/resize_lfs/resize_lfs.c      Sun Aug 02 18:11:57 2015 +0000
+++ b/sbin/resize_lfs/resize_lfs.c      Sun Aug 02 18:12:18 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resize_lfs.c,v 1.12 2015/07/28 05:09:34 dholland Exp $ */
+/*     $NetBSD: resize_lfs.c,v 1.13 2015/08/02 18:12:18 dholland Exp $ */
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -38,7 +38,6 @@
 #include <sys/mount.h>
 #include <sys/statvfs.h>
 
-#include <ufs/ufs/dinode.h>
 #include <ufs/lfs/lfs.h>
 #include <ufs/lfs/lfs_accessors.h>
 



Home | Main Index | Thread Index | Old Index