Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ext2fs Match prototype types to function types (u_in...
details: https://anonhg.NetBSD.org/src/rev/8835593e3dae
branches: trunk
changeset: 782725:8835593e3dae
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Nov 17 16:03:48 2012 +0000
description:
Match prototype types to function types (u_int64_t vs. uint64_t).
diffstat:
sys/ufs/ext2fs/ext2fs_extern.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 19b14519182b -r 8835593e3dae sys/ufs/ext2fs/ext2fs_extern.h
--- a/sys/ufs/ext2fs/ext2fs_extern.h Sat Nov 17 16:02:00 2012 +0000
+++ b/sys/ufs/ext2fs/ext2fs_extern.h Sat Nov 17 16:03:48 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs_extern.h,v 1.44 2012/05/09 00:21:18 riastradh Exp $ */
+/* $NetBSD: ext2fs_extern.h,v 1.45 2012/11/17 16:03:48 jakllsch Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -108,8 +108,8 @@
int ext2fs_bmap(void *);
/* ext2fs_inode.c */
-u_int64_t ext2fs_size(struct inode *);
-int ext2fs_setsize(struct inode *, u_int64_t);
+uint64_t ext2fs_size(struct inode *);
+int ext2fs_setsize(struct inode *, uint64_t);
int ext2fs_update(struct vnode *, const struct timespec *,
const struct timespec *, int);
int ext2fs_truncate(struct vnode *, off_t, int, kauth_cred_t);
Home |
Main Index |
Thread Index |
Old Index