summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/imgact_linux.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-17 20:36:14 +0000
committerpeter <peter@FreeBSD.org>1999-01-17 20:36:14 +0000
commitc2ffd97e0de82704b16260273fc72b4036977358 (patch)
treec4544fe220aa8a8c45b7b7d4cd9ad869c15390ec /sys/i386/linux/imgact_linux.c
parent7fa9c0ca07735baaa1fbd311f39dfbd97d671873 (diff)
downloadFreeBSD-src-c2ffd97e0de82704b16260273fc72b4036977358.zip
FreeBSD-src-c2ffd97e0de82704b16260273fc72b4036977358.tar.gz
Minor cleanup; no more references to LKM's.
Diffstat (limited to 'sys/i386/linux/imgact_linux.c')
-rw-r--r--sys/i386/linux/imgact_linux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c
index 72f846c..59ee247 100644
--- a/sys/i386/linux/imgact_linux.c
+++ b/sys/i386/linux/imgact_linux.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_linux.c,v 1.29 1998/08/16 01:21:50 bde Exp $
+ * $Id: imgact_linux.c,v 1.30 1998/10/16 03:55:00 peter Exp $
*/
#include <sys/param.h>
@@ -234,8 +234,8 @@ exec_linux_imgact(imgp)
/*
* Tell kern_execve.c about it, with a little help from the linker.
* Since `const' objects end up in the text segment, TEXT_SET is the
- * correct directive to use. Do not staticize; used by Linux LKM.
+ * correct directive to use.
*/
-const struct execsw linux_execsw = { exec_linux_imgact, "linux a.out" };
+static const struct execsw linux_execsw = { exec_linux_imgact, "linux a.out" };
EXEC_SET(linuxaout, linux_execsw);
OpenPOWER on IntegriCloud