diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
| commit | c25ded316f44aa834f190a6c5b7717dfc93cea7b (patch) | |
| tree | 93d71c7f90664b9259a39b6ff811ffec111349d7 /sys/i386/linux/linux_sysvec.c | |
| parent | a0f25b5561774fe721e8b6eb59eac0bba8e438ff (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysvec.c')
| -rw-r--r-- | sys/i386/linux/linux_sysvec.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index cf8c021c53fe..b088f0fa3f1e 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -25,7 +25,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: linux_sysvec.c,v 1.36 1998/10/11 21:08:02 alex Exp $ + * $Id: linux_sysvec.c,v 1.37 1998/10/16 03:55:00 peter Exp $ */ /* XXX we use functions that might not exist. */ @@ -448,14 +448,8 @@ Elf32_Brandinfo *linux_brandlist[] = { NULL }; -/* - * XXX: this is WRONG, it needs to be SI_SUB_EXEC, but this is just at the - * "proof of concept" stage and will be fixed shortly - */ -static int linux_elf_modevent __P((module_t mod, modeventtype_t type, void *data)); - static int -linux_elf_modevent(module_t mod, modeventtype_t type, void *data) +linux_elf_modevent(module_t mod, int type, void *data) { Elf32_Brandinfo **brandinfo; int error; |
