Module Name:    src
Committed By:   matt
Date:           Wed May 20 04:08:54 UTC 2015

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

Log Message:
add struct exec_package;


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/sys/exec_elf.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/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.145 src/sys/sys/exec_elf.h:1.146
--- src/sys/sys/exec_elf.h:1.145	Thu Oct 23 08:55:32 2014
+++ src/sys/sys/exec_elf.h	Wed May 20 04:08:54 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.145 2014/10/23 08:55:32 martin Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.146 2015/05/20 04:08:54 matt Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -1285,6 +1285,7 @@ struct elf_args {
 struct ps_strings;
 struct coredump_iostate;
 struct note_state;
+struct exec_package;
 
 #ifdef EXEC_ELF32
 int	exec_elf32_makecmds(struct lwp *, struct exec_package *);

Reply via email to