Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys prototype update.
details: https://anonhg.NetBSD.org/src/rev/43e4985e6818
branches: trunk
changeset: 335258:43e4985e6818
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 31 20:04:56 2014 +0000
description:
prototype update.
diffstat:
sys/sys/disk.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6f917b8c4d15 -r 43e4985e6818 sys/sys/disk.h
--- a/sys/sys/disk.h Wed Dec 31 19:58:59 2014 +0000
+++ b/sys/sys/disk.h Wed Dec 31 20:04:56 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disk.h,v 1.61 2014/08/30 09:23:29 apb Exp $ */
+/* $NetBSD: disk.h,v 1.62 2014/12/31 20:04:56 christos Exp $ */
/*-
* Copyright (c) 1996, 1997, 2004 The NetBSD Foundation, Inc.
@@ -534,7 +534,7 @@
bool disk_isbusy(struct disk *);
void disk_blocksize(struct disk *, int);
struct disk *disk_find(const char *);
-int disk_ioctl(struct disk *, u_long, void *, int, struct lwp *);
+int disk_ioctl(struct disk *, dev_t, u_long, void *, int, struct lwp *);
void disk_set_info(device_t, struct disk *, const char *);
void dkwedge_init(void);
Home |
Main Index |
Thread Index |
Old Index