diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
commit | f645b0b51cd22b129405c2c32dba1d051ae3d99c (patch) | |
tree | f5002a864a5082d410445f24b5d28a04581034f1 /sys/fs/nwfs | |
parent | 77ec673a84fac9ceb67d89bc7c2069c9ec2a7cb6 (diff) | |
download | src-f645b0b51cd22b129405c2c32dba1d051ae3d99c.tar.gz src-f645b0b51cd22b129405c2c32dba1d051ae3d99c.zip |
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.
Notes
Notes:
svn path=/head/; revision=162954
Diffstat (limited to 'sys/fs/nwfs')
-rw-r--r-- | sys/fs/nwfs/nwfs_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nwfs/nwfs_subr.c b/sys/fs/nwfs/nwfs_subr.c index e983b13aa589..eabcc5f01b72 100644 --- a/sys/fs/nwfs/nwfs_subr.c +++ b/sys/fs/nwfs/nwfs_subr.c @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/clock.h> #include <sys/lockmgr.h> #include <sys/malloc.h> #include <machine/clock.h> |