From owner-freebsd-commit Wed May 3 16:38:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04811 for commit-outgoing; Wed, 3 May 1995 16:38:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04795 for cvs-sys-outgoing; Wed, 3 May 1995 16:38:29 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA04786 ; Wed, 3 May 1995 16:38:23 -0700 Received: (from gpalmer@localhost) by westhill.cdrom.com (8.6.11/8.6.11) id QAA09614; Wed, 3 May 1995 16:38:22 -0700 Date: Wed, 3 May 1995 16:38:22 -0700 From: Gary Palmer Message-Id: <199505032338.QAA09614@westhill.cdrom.com> To: CVS-commiters@westhill.cdrom.com, cvs-sys@westhill.cdrom.com Subject: cvs commit: src/sys/scsi worm.c Sender: commit-owner@FreeBSD.org Precedence: bulk gpalmer 95/05/03 16:38:21 Modified: sys/scsi worm.c Log: Try to make this work again. Peter's last changes left it like : loading kernel worm.o: Undefined symbol `_STUNIT' referenced from text segment I copied the STUNIT definition from the old scsiconf.c into this file to work around this problem.