diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
| commit | e74b6a84ce2dd9e091aabfbaca4d692983662c0d (patch) | |
| tree | 7b2b4cc9ba796f4f78f1d24749494a17da45de32 /lib/libstand/printf.c | |
| parent | 542d87feca8130a19f9b6596f11fee75d8fb7c06 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/printf.c')
| -rw-r--r-- | lib/libstand/printf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/printf.c b/lib/libstand/printf.c index 6e3702e59f4d..a9ed2258e11c 100644 --- a/lib/libstand/printf.c +++ b/lib/libstand/printf.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * @(#)subr_prf.c 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Standaloneified version of the FreeBSD kernel printf family. */ |
