From owner-freebsd-current Fri Mar 3 10:20:56 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA25416 for current-outgoing; Fri, 3 Mar 1995 10:20:56 -0800 Received: from dolphin.mikom.csir.co.za (dolphin.mikom.csir.co.za [146.64.28.40]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA25404; Fri, 3 Mar 1995 10:20:37 -0800 Received: (from jhay@localhost) by dolphin.mikom.csir.co.za (8.6.9/8.6.6) id UAA14124; Fri, 3 Mar 1995 20:20:58 +0200 From: John Hay Message-Id: <199503031820.UAA14124@dolphin.mikom.csir.co.za> Subject: screensaver lkms broken To: sos@FreeBSD.org, current@FreeBSD.org Date: Fri, 3 Mar 1995 20:20:57 +0200 (SAT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 712 Sender: current-owner@FreeBSD.org Precedence: bulk Hi, After the changes to syscons, the screensaver lkm's won't compile anymore. It needs apm_bios.h. Now I don't know if Soren is still busy with the commits, but here is a patch. By the way, how do I get to load these things? I have tried with modload, but it just coredump all the time. -- John Hay -- jhay@mikom.csir.co.za *** src/lkm/syscons/saver.h.org Wed Feb 22 15:43:35 1995 --- src/lkm/syscons/saver.h Fri Mar 3 14:29:46 1995 *************** *** 3,8 **** --- 3,9 ---- #include #include #include + #include #include #include #include