Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys add fwd decl of struct lwp; needed by the vax.



details:   https://anonhg.NetBSD.org/src/rev/62b158cbc586
branches:  trunk
changeset: 586316:62b158cbc586
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 13 16:47:18 2005 +0000

description:
add fwd decl of struct lwp; needed by the vax.

diffstat:

 sys/sys/socketvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9351b9c681cc -r 62b158cbc586 sys/sys/socketvar.h
--- a/sys/sys/socketvar.h       Tue Dec 13 16:32:33 2005 +0000
+++ b/sys/sys/socketvar.h       Tue Dec 13 16:47:18 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: socketvar.h,v 1.83 2005/12/11 12:25:21 christos Exp $  */
+/*     $NetBSD: socketvar.h,v 1.84 2005/12/13 16:47:18 christos Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -265,6 +265,7 @@
 
 struct mbuf;
 struct sockaddr;
+struct lwp;
 struct proc;
 struct msghdr;
 struct stat;



Home | Main Index | Thread Index | Old Index