aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/device_pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/device_pager.h')
-rw-r--r--sys/vm/device_pager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h
index 677017f997ef..6fa8bfe6ac51 100644
--- a/sys/vm/device_pager.h
+++ b/sys/vm/device_pager.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)device_pager.h 8.3 (Berkeley) 12/13/93
- * $Id$
+ * $Id: device_pager.h,v 1.2 1994/08/02 07:55:07 davidg Exp $
*/
#ifndef _DEVICE_PAGER_
@@ -46,9 +46,9 @@
* Device pager private data.
*/
struct devpager {
- struct pglist devp_pglist; /* list of pages allocated */
- vm_object_t devp_object; /* object representing this device */
+ struct pglist devp_pglist; /* list of pages allocated */
+ vm_object_t devp_object; /* object representing this device */
};
-typedef struct devpager *dev_pager_t;
+typedef struct devpager *dev_pager_t;
-#endif /* _DEVICE_PAGER_ */
+#endif /* _DEVICE_PAGER_ */