Module Name:    src
Committed By:   matt
Date:           Thu Apr 14 08:17:42 UTC 2011

Modified Files:
        src/sys/arch/vax/vax: genassym.cf

Log Message:
Add L_PRIVATE


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/vax/vax/genassym.cf

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

Modified files:

Index: src/sys/arch/vax/vax/genassym.cf
diff -u src/sys/arch/vax/vax/genassym.cf:1.49 src/sys/arch/vax/vax/genassym.cf:1.50
--- src/sys/arch/vax/vax/genassym.cf:1.49	Mon Apr 11 19:11:08 2011
+++ src/sys/arch/vax/vax/genassym.cf	Thu Apr 14 08:17:42 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.49 2011/04/11 19:11:08 rmind Exp $
+#	$NetBSD: genassym.cf,v 1.50 2011/04/14 08:17:42 matt Exp $
 #
 # Copyright (c) 1997 Ludd, University of Lule}, Sweden.
 # All rights reserved.
@@ -57,6 +57,7 @@
 define	L_STAT		offsetof(struct lwp, l_stat)
 define	L_PROC		offsetof(struct lwp, l_proc)
 define	L_CTXSWTCH	offsetof(struct lwp, l_ctxswtch)
+define	L_PRIVATE	offsetof(struct lwp, l_private)
 
 define	P_VMSPACE	offsetof(struct proc, p_vmspace)
 define	P_MD_SYSCALL	offsetof(struct proc, p_md.md_syscall)

Reply via email to