From 333fc21e3cd79bca0c94d7722c5a56cb5ad078d1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/string/strchr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/string/strchr.c') diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c index ee33662442d48..1d82abe86fd56 100644 --- a/lib/libc/string/strchr.c +++ b/lib/libc/string/strchr.c @@ -1,2 +1,5 @@ +#include +__FBSDID("$FreeBSD$"); + #define STRCHR #include "index.c" -- cgit v1.2.3