diff options
Diffstat (limited to 'sys/ntfs/ntfs_conv.c')
-rw-r--r-- | sys/ntfs/ntfs_conv.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/ntfs/ntfs_conv.c b/sys/ntfs/ntfs_conv.c index e76c31e677e..7f3514492ad 100644 --- a/sys/ntfs/ntfs_conv.c +++ b/sys/ntfs/ntfs_conv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_conv.c,v 1.3 2005/04/20 21:02:41 brad Exp $ */ +/* $OpenBSD: ntfs_conv.c,v 1.4 2008/05/13 02:24:08 brad Exp $ */ /* $NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */ /*- @@ -40,11 +40,6 @@ * The utf-8 routines were derived from src/lib/libc/locale/utf2.c. */ -#include <sys/cdefs.h> -#ifdef __KERNEL_RCSID -__KERNEL_RCSID(0, "$NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $"); -#endif - #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> |