diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-01 06:09:01 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-01 06:09:01 +0000 |
| commit | 47812774fdfbf997cb6dad70adbe7970ee629ca5 (patch) | |
| tree | 6767bafd6d994720a3be2ac10517aa5c73af6e43 /sys/modules/ibcs2 | |
| parent | a5506b985fa459991f9c85076685d51855e70157 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ibcs2')
| -rw-r--r-- | sys/modules/ibcs2/ibcs2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c index 49506c9dce01..edc712e2d3d0 100644 --- a/sys/modules/ibcs2/ibcs2.c +++ b/sys/modules/ibcs2/ibcs2.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: ibcs2.c,v 1.9 1997/02/22 12:48:01 peter Exp $ + * $Id: ibcs2.c,v 1.10 1997/04/06 10:47:52 dufault Exp $ */ #include <sys/param.h> @@ -41,7 +41,7 @@ MOD_MISC(ibcs2); static int ibcs2_load(struct lkm_table *lkmtp, int cmd) { - uprintf("ibcs2 emulator installed\n"); + /* uprintf("ibcs2 emulator installed\n"); XXX - shut up, you! */ return 0; } |
