Add a missing $FreeBSD$ string.

I was requested to add this string to any file that was modified by my
commit, which I forgot to do so.

Requested by:	des
This commit is contained in:
Ed Schouten 2010-01-13 20:30:16 +00:00
parent 279d8efe8d
commit 9567147bea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202231

View File

@ -146,6 +146,7 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>