From 09e0072b98d5a310c90327fb484abc61ef0bd69e Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 25 Jun 1995 14:15:08 +0000 Subject: [PATCH] Add sunos_emul_path (/emul/sunos). I don't know if this is correct, but this will at least aid the compilation step and is similar to the others. --- sys/compat/sunos/sunos_exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/compat/sunos/sunos_exec.c b/sys/compat/sunos/sunos_exec.c index a0146f67fc9a..3ed414feb974 100644 --- a/sys/compat/sunos/sunos_exec.c +++ b/sys/compat/sunos/sunos_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos_exec.c,v 1.8 1995/04/22 19:48:44 christos Exp $ */ +/* $NetBSD: sunos_exec.c,v 1.9 1995/06/25 14:15:08 briggs Exp $ */ /* * Copyright (c) 1993 Theo de Raadt @@ -69,6 +69,7 @@ extern char *sunos_syscallnames[]; #endif extern void sunos_sendsig __P((sig_t, int, int, u_long)); extern char sigcode[], esigcode[]; +const char sunos_emul_path[] = "/emul/sunos"; struct emul emul_sunos = { "sunos",