Module Name: src Committed By: joerg Date: Sat Mar 5 19:08:41 UTC 2011
Modified Files: src/sys/compat/osf1: osf1_exec.h Log Message: Forward define of ps_strings. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/compat/osf1/osf1_exec.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/compat/osf1/osf1_exec.h diff -u src/sys/compat/osf1/osf1_exec.h:1.12 src/sys/compat/osf1/osf1_exec.h:1.13 --- src/sys/compat/osf1/osf1_exec.h:1.12 Wed Nov 19 18:36:05 2008 +++ src/sys/compat/osf1/osf1_exec.h Sat Mar 5 19:08:40 2011 @@ -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 *);