From ab0de15baf7234734b1b64c3145cd36f867c98ea Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 11 Jun 2003 05:37:42 +0000 Subject: Use __FBSDID(). --- sys/libkern/bsearch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/libkern/bsearch.c') diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 8de59bdf9010..a1f74ec306f8 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -29,13 +29,13 @@ * 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$ */ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.2.3