diff options
| author | wrstuden <wrstuden@NetBSD.org> | 2008-10-15 06:51:17 +0000 |
|---|---|---|
| committer | wrstuden <wrstuden@NetBSD.org> | 2008-10-15 06:51:17 +0000 |
| commit | fc7511b00ec896a6cfa57d44f83f46718b990263 (patch) | |
| tree | 75f0b1f89e9df9d38c72130118017014dcae4dcc /sys/compat/linux/common/linux_exec.c | |
| parent | 6bd90145d14fc7fa19d338a30908ea8e546da2c5 (diff) | |
Merge wrstuden-revivesa into HEAD.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 9042b87a59f..8a3fa005fce 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.105 2008/04/28 20:23:43 martin Exp $ */ +/* $NetBSD: linux_exec.c,v 1.106 2008/10/15 06:51:19 wrstuden Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000, 2007, 2008 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.105 2008/04/28 20:23:43 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.106 2008/10/15 06:51:19 wrstuden Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -123,6 +123,7 @@ const struct emul emul_linux = { uvm_default_mapaddr, linux_usertrap, + NULL, /* e_sa */ 0, NULL, /* e_startlwp */ }; |
