From 006124d8112a0fc227c6bed50c9652198077b183 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 2 Jun 2003 16:32:55 +0000 Subject: Use __FBSDID(). --- sys/i386/isa/pmtimer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/pmtimer.c') diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c index fcb6f491939c..e9a18cc30686 100644 --- a/sys/i386/isa/pmtimer.c +++ b/sys/i386/isa/pmtimer.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$"); + /* * Timer device driver for power management events. * The code for suspend/resume is derived from APM device driver. -- cgit v1.2.3