From ed72d9a70bc175327631acaf2852ca63b595ff95 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Fri, 29 Jan 2010 10:02:50 +0000 Subject: [PATCH] Replace Id keyword with the FreeBSD keyword. --- sys/dev/ath/ath_hal/ar5416/ar5416_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_power.c b/sys/dev/ath/ath_hal/ar5416/ar5416_power.c index b83b0f8951dd..c3b1285f375a 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_power.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_power.c @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_power.c,v 1.6 2008/11/11 00:11:30 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h"