Source-Changes-HG archive

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

[src/trunk]: src/sys/sys make elf64_copyargs() of type int also per the recen...



details:   https://anonhg.NetBSD.org/src/rev/3539d063abaf
branches:  trunk
changeset: 513396:3539d063abaf
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 30 14:07:25 2001 +0000

description:
make elf64_copyargs() of type int also per the recent copyargs changes

diffstat:

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

diffs (18 lines):

diff -r 52e802fa85a3 -r 3539d063abaf sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Mon Jul 30 13:46:03 2001 +0000
+++ b/sys/sys/exec_elf.h        Mon Jul 30 14:07:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.53 2001/07/29 21:23:19 christos Exp $   */
+/*     $NetBSD: exec_elf.h,v 1.54 2001/07/30 14:07:25 pooka Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -739,7 +739,7 @@
 int    exec_elf64_makecmds __P((struct proc *, struct exec_package *));
 int    elf64_read_from __P((struct proc *, struct vnode *, u_long,
     caddr_t, int));
-void   elf64_copyargs __P((struct exec_package *, struct ps_strings *,
+int    elf64_copyargs __P((struct exec_package *, struct ps_strings *,
     char **, void *));
 #endif
 



Home | Main Index | Thread Index | Old Index