diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:39:00 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:39:00 +0000 |
| commit | fa81a9761dd7e03557d20c88d3e5343db0db096e (patch) | |
| tree | 6fd3dc4a68974d79004450cfeed7d8664299c22c /lib/libz/example.c | |
| parent | 22a7e5990ac76c9262f9a4da7829bc1b0c7b8db8 (diff) | |
Notes
Diffstat (limited to 'lib/libz/example.c')
| -rw-r--r-- | lib/libz/example.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index 045751f3c19e..8c8cdfb10eae 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -3,7 +3,8 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdio.h> #include "zlib.h" |
