diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-05-11 03:47:48 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-05-11 03:47:48 +0000 |
| commit | 42307a8f43e28c8a286aad36f21d647342ad9933 (patch) | |
| tree | 3456c8a5a45eb53dd1ef5c3ec9bebb4b2ab74c3c /lib/libz/example.c | |
| parent | b49c46747a504467c986359688dc0119a69c4a4f (diff) | |
Notes
Diffstat (limited to 'lib/libz/example.c')
| -rw-r--r-- | lib/libz/example.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index c528b62549c1..c2361f98f2d9 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -3,8 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +/* @(#) $Id$ */ #include <stdio.h> #include "zlib.h" |
