Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2007 21:42:31 -0700
From:      Julian Elischer <julian@elischer.org>
To:        FreeBSD Current <current@freebsd.org>
Subject:   supporting old code in -current..
Message-ID:  <471AD8B7.2000007@elischer.org>

next in thread | raw e-mail | index | archive | help

In the following files (and their modules) we have the following in -current.

 
 src/sys/dev/aic7xxx/aic_osm_lib.h
 src/sys/dev/mpt/mpt.h

 #if __FreeBSD_version > 500005
 [...]
 #else
 [blah]
 #endif

is this worth maintaining?

are the maintainers for mpt and aic supporting 4.x with 
the same sources somewhere?

julian

(p.s. it looked like copy-n-paste code..)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?471AD8B7.2000007>