summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-10-02 12:59:59 +0000
committerphk <phk@FreeBSD.org>2006-10-02 12:59:59 +0000
commit50c81b8a9a184590a45c87eace5798a2055cee48 (patch)
treef5002a864a5082d410445f24b5d28a04581034f1 /sys/nfsclient
parenta74a69e33655413d8141ad4e5faff9237ef517c1 (diff)
downloadFreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.zip
FreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.tar.gz
First part of a little cleanup in the calendar/timezone/RTC handling.
Move relevant variables to <sys/clock.h> and fix #includes as necessary. Use libkern's much more time- & spamce-efficient BCD routines.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index 69476bc..ee4c977 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/bio.h>
#include <sys/buf.h>
+#include <sys/clock.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
OpenPOWER on IntegriCloud