Module Name:    src
Committed By:   christos
Date:           Wed Dec 31 20:04:56 UTC 2014

Modified Files:
        src/sys/sys: disk.h

Log Message:
prototype update.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/sys/disk.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/disk.h
diff -u src/sys/sys/disk.h:1.61 src/sys/sys/disk.h:1.62
--- src/sys/sys/disk.h:1.61	Sat Aug 30 05:23:29 2014
+++ src/sys/sys/disk.h	Wed Dec 31 15:04:56 2014
@@ -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 @@ void	disk_unbusy(struct disk *, long, in
 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);

Reply via email to