Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/ufs/lfs Pull in ffs_extern.h to get ffs_balloc_range(...



details:   https://anonhg.NetBSD.org/src/rev/53af227111e9
branches:  chs-ubc2
changeset: 471343:53af227111e9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 21 15:50:49 1999 +0000

description:
Pull in ffs_extern.h to get ffs_balloc_range() prototype for
ufs_readwrite.c

diffstat:

 sys/ufs/lfs/lfs_vnops.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6d68c236559c -r 53af227111e9 sys/ufs/lfs/lfs_vnops.c
--- a/sys/ufs/lfs/lfs_vnops.c   Mon Jun 21 15:50:10 1999 +0000
+++ b/sys/ufs/lfs/lfs_vnops.c   Mon Jun 21 15:50:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_vnops.c,v 1.25.2.1.2.1 1999/06/21 01:31:13 thorpej Exp $   */
+/*     $NetBSD: lfs_vnops.c,v 1.25.2.1.2.2 1999/06/21 15:50:49 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -98,6 +98,8 @@
 #include <ufs/ufs/ufsmount.h>
 #include <ufs/ufs/ufs_extern.h>
 
+#include <ufs/ffs/ffs_extern.h>
+
 #include <ufs/lfs/lfs.h>
 #include <ufs/lfs/lfs_extern.h>
 



Home | Main Index | Thread Index | Old Index