Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 Forward define of ps_strings.



details:   https://anonhg.NetBSD.org/src/rev/f0dd035e05d1
branches:  trunk
changeset: 762919:f0dd035e05d1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Mar 05 19:08:40 2011 +0000

description:
Forward define of ps_strings.

diffstat:

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

diffs (17 lines):

diff -r bc7415b7aeca -r f0dd035e05d1 sys/compat/osf1/osf1_exec.h
--- a/sys/compat/osf1/osf1_exec.h       Sat Mar 05 19:04:58 2011 +0000
+++ b/sys/compat/osf1/osf1_exec.h       Sat Mar 05 19:08:40 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.h,v 1.12 2008/11/19 18:36:05 ad Exp $ */
+/* $NetBSD: osf1_exec.h,v 1.13 2011/03/05 19:08:40 joerg Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD foundation, Inc.
@@ -38,6 +38,7 @@
 extern struct emul emul_osf1;
 
 int osf1_exec_ecoff_probe(struct lwp *, struct exec_package *);
+struct ps_strings;
 int osf1_copyargs(struct lwp *, struct exec_package *, struct ps_strings *, char **,
     void *);
 



Home | Main Index | Thread Index | Old Index