diff options
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r-- | sbin/md5/md5.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 5c3bbb7023fd..5a33664a6cdf 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -17,10 +17,8 @@ * documentation and/or software. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> |