summaryrefslogtreecommitdiffstats
path: root/sys/modules/coff
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-08-24 05:31:57 +0000
committerjkh <jkh@FreeBSD.org>1998-08-24 05:31:57 +0000
commit9db9cf0feb6f131f50c8487ed9ad9f0f67d68538 (patch)
treef1c3dc96f07632ff25e0ea661069c2690c9a8b2f /sys/modules/coff
parent16b9fca94f3f71f992c61ce5b33f8880c84523d9 (diff)
downloadFreeBSD-src-9db9cf0feb6f131f50c8487ed9ad9f0f67d68538.zip
FreeBSD-src-9db9cf0feb6f131f50c8487ed9ad9f0f67d68538.tar.gz
Shut this thing up, like the other LKMs
Diffstat (limited to 'sys/modules/coff')
-rw-r--r--sys/modules/coff/coff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c
index 80c7e02..cc12cdf 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;
}
OpenPOWER on IntegriCloud