Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/ntfs Make this compile again.
details: https://anonhg.NetBSD.org/src/rev/efa2dfab8450
branches: trunk
changeset: 787702:efa2dfab8450
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 28 17:13:34 2013 +0000
description:
Make this compile again.
diffstat:
sys/fs/ntfs/ntfs_subr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 97b06accd6ac -r efa2dfab8450 sys/fs/ntfs/ntfs_subr.c
--- a/sys/fs/ntfs/ntfs_subr.c Fri Jun 28 16:14:06 2013 +0000
+++ b/sys/fs/ntfs/ntfs_subr.c Fri Jun 28 17:13:34 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ntfs_subr.c,v 1.50 2013/06/28 15:46:37 christos Exp $ */
+/* $NetBSD: ntfs_subr.c,v 1.51 2013/06/28 17:13:34 matt Exp $ */
/*-
* Copyright (c) 1998, 1999 Semen Ustimenko (semenu%FreeBSD.org@localhost)
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_subr.c,v 1.50 2013/06/28 15:46:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_subr.c,v 1.51 2013/06/28 17:13:34 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1795,8 +1795,8 @@
if (vap->va_compression && vap->va_compressalg) {
u_int8_t *cup;
u_int8_t *uup;
- off_t off, roff, left, tocopy;
- void *data
+ off_t off, left, tocopy;
+ void *data;
cn_t cn;
left = rsize;
Home |
Main Index |
Thread Index |
Old Index