NetBSD-Bugs archive

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

PR/52226 CVS commit: src/sys/modules/lua



The following reply was made to PR kern/52226; it has been noted by GNATS.

From: "Marc Balmer" <mbalmer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52226 CVS commit: src/sys/modules/lua
Date: Sat, 20 May 2017 08:31:13 +0000

 Module Name:	src
 Committed By:	mbalmer
 Date:		Sat May 20 08:31:13 UTC 2017
 
 Modified Files:
 	src/sys/modules/lua: lua.c
 
 Log Message:
 Only load a module if it is not already loaded in a state (much like userland
 Lua handles require).
 Fixes PR kern/52226.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/sys/modules/lua/lua.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index