Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2010 01:44:07 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212517 - head/lib/libz
Message-ID:  <201009130144.o8D1i7jr045217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Sep 13 01:44:07 2010
New Revision: 212517
URL: http://svn.freebsd.org/changeset/base/212517

Log:
  Include FreeBSD svn tag

Modified:
  head/lib/libz/minigzip.c

Modified: head/lib/libz/minigzip.c
==============================================================================
--- head/lib/libz/minigzip.c	Mon Sep 13 01:43:10 2010	(r212516)
+++ head/lib/libz/minigzip.c	Mon Sep 13 01:44:07 2010	(r212517)
@@ -13,6 +13,8 @@
  * or in pipe mode.
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
 /* @(#) $Id$ */
 
 #include "zlib.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009130144.o8D1i7jr045217>