From 3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 00:56:59 +0000 Subject: Use __FBSDID(). --- sys/kern/subr_bus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/kern/subr_bus.c') diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 740066e..daabd8d 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_bus.h" #include -- cgit v1.1