From f6666a61a9103591bf3b2cba20c5342edd8e97d7 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 22:28:01 +0000 Subject: Add __FBSDID()s to libstand --- lib/libstand/open.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libstand/open.c') diff --git a/lib/libstand/open.c b/lib/libstand/open.c index 471f937..64721e5 100644 --- a/lib/libstand/open.c +++ b/lib/libstand/open.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */ /*- @@ -65,6 +64,9 @@ * rights to redistribute these changes. */ +#include +__FBSDID("$FreeBSD$"); + #include "stand.h" struct open_file files[SOPEN_MAX]; -- cgit v1.1