Module Name:    src
Committed By:   matt
Date:           Tue Jan 18 08:17:39 UTC 2011

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

Log Message:
Add a structure tag for phys_ram_seg_t.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/kcore.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/kcore.h
diff -u src/sys/sys/kcore.h:1.3 src/sys/sys/kcore.h:1.4
--- src/sys/sys/kcore.h:1.3	Tue Oct 20 19:10:12 2009
+++ src/sys/sys/kcore.h	Tue Jan 18 08:17:39 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: kcore.h,v 1.3 2009/10/20 19:10:12 snj Exp $	*/
+/*	$NetBSD: kcore.h,v 1.4 2011/01/18 08:17:39 matt Exp $	*/
 
 /*
  * Copyright (c) 1996 Leo Weppelman.
@@ -39,7 +39,7 @@
  * Description of a memory segment. To make this suitable for sharing
  * between all architectures, u_quad_t seems to be the necessary type...
  */
-typedef struct {
+typedef struct phys_ram_seg {
 	u_quad_t	start;		/* Physical start address	*/
 	u_quad_t	size;		/* Size in bytes		*/
 } phys_ram_seg_t;

Reply via email to