Subject: re: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 03/15/2004 11:23:49
> Module Name: xsrc
> Committed By: bjh21
> Date: Sun Mar 14 13:21:18 UTC 2004
>
> Modified Files:
> xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc: private.h rpccons.c
> vidc.c
>
> Log Message:
> Restore support for /dev/beep and busmouse(4), conditional on
> __NetBSD_Version__. This should make xsrc useful on past NetBSD releases.
IMHO, we should check OSMinorVersion/OSTeenyVersion and
define some macro in xc/config/cf/NetBSD.cf rather than checking
__NetBSD_Version__ directly to enable/disable such features.
i agree, this is probably the "right" way to do this...
.mrg.