diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 22:04:49 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 22:04:49 +0000 |
commit | a437a2e49d120d2b96a921c08d57166ca9ec85a0 (patch) | |
tree | 41075d5c2422139f6d22b5b30db002d17853ded5 /lib | |
parent | d73daa73177d7db8a23aa1c7d04fbc86ed050e72 (diff) | |
download | FreeBSD-src-a437a2e49d120d2b96a921c08d57166ca9ec85a0.zip FreeBSD-src-a437a2e49d120d2b96a921c08d57166ca9ec85a0.tar.gz |
Add __FBSDID()s to libopie
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libopie/opieextra.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libopie/opieextra.c b/lib/libopie/opieextra.c index 874c278..179dcb6 100644 --- a/lib/libopie/opieextra.c +++ b/lib/libopie/opieextra.c @@ -2,10 +2,11 @@ * This file contains routines modified from OpenBSD. Parts are contributed * by Todd Miller <millert@openbsd.org>, Theo De Raadt <deraadt@openbsd.org> * and possibly others. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <opie.h> |