Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Add #include <sys/device.h> so this file compile...
details: https://anonhg.NetBSD.org/src/rev/a6df700c0556
branches: trunk
changeset: 476155:a6df700c0556
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Sep 08 08:29:45 1999 +0000
description:
Add #include <sys/device.h> so this file compiles again.
diffstat:
sys/ufs/lfs/lfs_vfsops.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 08f56b0a72b6 -r a6df700c0556 sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c Wed Sep 08 04:57:37 1999 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c Wed Sep 08 08:29:45 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.37 1999/09/08 03:45:22 sommerfeld Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.38 1999/09/08 08:29:45 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -82,6 +82,7 @@
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/buf.h>
+#include <sys/device.h>
#include <sys/mbuf.h>
#include <sys/file.h>
#include <sys/disklabel.h>
Home |
Main Index |
Thread Index |
Old Index