From owner-freebsd-commit Sun Nov 12 23:19:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA08739 for freebsd-commit-outgoing; Sun, 12 Nov 1995 23:19:40 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA08717 for cvs-all-outgoing; Sun, 12 Nov 1995 23:19:32 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA08700 for cvs-user-outgoing; Sun, 12 Nov 1995 23:19:28 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA08654 ; Sun, 12 Nov 1995 23:19:14 -0800 Date: Sun, 12 Nov 1995 23:19:14 -0800 From: Bruce Evans Message-Id: <199511130719.XAA08654@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm/syscons/star star_saver.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/11/12 23:19:11 Modified: sys/sys kernel.h lkm.h lkm/coff coff.c lkm/ibcs2 ibcs2.c lkm/ipfw ipfw_lkm.c lkm/linux linux.c lkm/syscons/blank blank_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c Log: Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat functions instead of skipping the call if the function is nosys(). nosys() returned the wrong value as well as having the wrong type.