Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 flash_addr_t -> flash_off_t



details:   https://anonhg.NetBSD.org/src/rev/39de71400c0b
branches:  trunk
changeset: 763802:39de71400c0b
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Mon Apr 04 17:46:22 2011 +0000

description:
flash_addr_t -> flash_off_t

diffstat:

 sys/compat/netbsd32/netbsd32_ioctl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57a02b086f57 -r 39de71400c0b sys/compat/netbsd32/netbsd32_ioctl.h
--- a/sys/compat/netbsd32/netbsd32_ioctl.h      Mon Apr 04 17:27:32 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_ioctl.h      Mon Apr 04 17:46:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_ioctl.h,v 1.33 2011/03/19 13:47:43 cliff Exp $        */
+/*     $NetBSD: netbsd32_ioctl.h,v 1.34 2011/04/04 17:46:22 ahoka Exp $        */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -396,7 +396,7 @@
 
 /* from <sys/flashio.h> */
 struct netbsd32_flash_info_params {
-       flash_addr_t ip_flash_size;
+       flash_off_t ip_flash_size;
        netbsd32_size_t ip_page_size;
        netbsd32_size_t ip_erase_size;
        uint8_t ip_flash_type;



Home | Main Index | Thread Index | Old Index