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/strerror.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libstand/strerror.c') diff --git a/lib/libstand/strerror.c b/lib/libstand/strerror.c index e84a4d427..7c7f579 100644 --- a/lib/libstand/strerror.c +++ b/lib/libstand/strerror.c @@ -33,6 +33,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include "stand.h" static struct -- cgit v1.1