Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/svr4_32 Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/ba6aa3d5c1e0
branches:  trunk
changeset: 515252:ba6aa3d5c1e0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 20 20:28:41 2001 +0000

description:
Make this compile again.

diffstat:

 sys/compat/svr4_32/svr4_32_exec.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 12a0878e2f63 -r ba6aa3d5c1e0 sys/compat/svr4_32/svr4_32_exec.c
--- a/sys/compat/svr4_32/svr4_32_exec.c Thu Sep 20 20:00:16 2001 +0000
+++ b/sys/compat/svr4_32/svr4_32_exec.c Thu Sep 20 20:28:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_32_exec.c,v 1.5 2001/09/18 19:36:41 jdolecek Exp $         */
+/*     $NetBSD: svr4_32_exec.c,v 1.6 2001/09/20 20:28:41 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
@@ -48,6 +48,7 @@
 #include <compat/svr4_32/svr4_32_syscall.h>
 #include <compat/svr4/svr4_errno.h>
 #include <compat/svr4_32/svr4_32_signal.h>
+#include <compat/svr4_32/svr4_32_exec.h>
 
 extern char svr4_32_sigcode[], svr4_32_esigcode[];
 extern struct sysent svr4_32_sysent[];



Home | Main Index | Thread Index | Old Index