use LKM name "compat_FOO", which matches name of the resulting LKM .o file

This commit is contained in:
jdolecek 2000-12-17 16:00:37 +00:00
parent df68499f38
commit aca80bc6f2
8 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.4 2000/12/13 11:18:38 enami Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.5 2000/12/17 16:00:37 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -52,7 +52,7 @@ int compat_freebsd_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("freebsd", -1, &emul_freebsd);
MOD_COMPAT("compat_freebsd", -1, &emul_freebsd);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.2 2000/12/13 11:18:38 enami Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -53,7 +53,7 @@ int compat_hpux_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("hpux", -1, &emul_hpux);
MOD_COMPAT("compat_hpux", -1, &emul_hpux);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.1 2000/12/08 20:15:16 jdolecek Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.2 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -50,7 +50,7 @@ int compat_ibcs2_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("ibcs2", -1, &emul_ibcs2);
MOD_COMPAT("compat_ibcs2", -1, &emul_ibcs2);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.2 2000/12/13 11:18:38 enami Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -53,7 +53,7 @@ int compat_netbsd32_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("netbsd32", -1, &emul_netbsd32);
MOD_COMPAT("compat_netbsd32", -1, &emul_netbsd32);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/13 11:18:39 enami Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.4 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -53,7 +53,7 @@ int compat_osf1_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("osf1", -1, &emul_osf1);
MOD_COMPAT("compat_osf1", -1, &emul_osf1);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/08 20:15:19 jdolecek Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.4 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -48,7 +48,7 @@ int compat_sunos_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("sunos", -1, &emul_sunos);
MOD_COMPAT("compat_sunos", -1, &emul_sunos);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/08 20:15:20 jdolecek Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.4 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -50,7 +50,7 @@ int compat_svr4_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("svr4", -1, &emul_svr4);
MOD_COMPAT("compat_svr4", -1, &emul_svr4);
/*
* entry point

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.2 2000/12/13 11:18:39 enami Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/17 16:00:38 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -53,7 +53,7 @@ int compat_ultrix_lkmentry __P((struct lkm_table *, int, int));
/*
* declare the emulation
*/
MOD_COMPAT("ultrix", -1, &emul_ultrix);
MOD_COMPAT("compat_ultrix", -1, &emul_ultrix);
/*
* entry point