diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-24 05:31:57 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-24 05:31:57 +0000 |
| commit | 447aadb17e56910b50f5051e506bff1f13b3d69b (patch) | |
| tree | 6b47448230392d57418757efca135892958b677a /sys/modules/coff | |
| parent | 8d95788ee772d2499268318cd75f5df13fba0e0b (diff) | |
Notes
Diffstat (limited to 'sys/modules/coff')
| -rw-r--r-- | sys/modules/coff/coff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c index 80c7e028d802..cc12cdfc6593 100644 --- a/sys/modules/coff/coff.c +++ b/sys/modules/coff/coff.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: coff.c,v 1.8 1997/02/22 12:47:47 peter Exp $ + * $Id: coff.c,v 1.9 1997/04/06 10:47:39 dufault Exp $ */ #include <sys/param.h> @@ -43,7 +43,7 @@ MOD_EXEC(ibcs2_coff, -1, &coff_execsw); static int ibcs2_coff_load(struct lkm_table *lkmtp, int cmd) { - uprintf("coff loader installed\n"); + /* uprintf("coff loader installed\n"); XXX shut up, you! */ return 0; } |
