Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/ntfs fix comment (s,basesrc,src,)
details: https://anonhg.NetBSD.org/src/rev/3ba1cf433cdc
branches: trunk
changeset: 571279:3ba1cf433cdc
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Nov 15 17:18:12 2004 +0000
description:
fix comment (s,basesrc,src,)
diffstat:
sys/fs/ntfs/ntfs_conv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 653d420d5778 -r 3ba1cf433cdc sys/fs/ntfs/ntfs_conv.c
--- a/sys/fs/ntfs/ntfs_conv.c Mon Nov 15 17:16:28 2004 +0000
+++ b/sys/fs/ntfs/ntfs_conv.c Mon Nov 15 17:18:12 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */
+/* $NetBSD: ntfs_conv.c,v 1.2 2004/11/15 17:18:12 jdolecek Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,11 +36,11 @@
/*
* File name recode stuff.
*
- * The utf-8 routines were derived from basesrc/lib/libc/locale/utf2.c.
+ * The utf-8 routines were derived from src/lib/libc/locale/utf2.c.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_conv.c,v 1.2 2004/11/15 17:18:12 jdolecek Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index