r4093 - in trunk/varnish-cache: bin/varnishadm bin/varnishd bin/varnishhist bin/varnishlog bin/varnishncsa bin/varnishreplay bin/varnishstat bin/varnishtest bin/varnishtop include lib/libvarnish lib/libvarnishapi lib/libvarnishcompat lib/libvcl
des at projects.linpro.no
des at projects.linpro.no
Sat Jun 6 17:56:17 CEST 2009
Author: des
Date: 2009-06-06 17:56:17 +0200 (Sat, 06 Jun 2009)
New Revision: 4093
Added:
trunk/varnish-cache/include/svnid.h
Modified:
trunk/varnish-cache/bin/varnishadm/varnishadm.c
trunk/varnish-cache/bin/varnishd/cache_acceptor.c
trunk/varnish-cache/bin/varnishd/cache_backend.c
trunk/varnish-cache/bin/varnishd/cache_backend_cfg.c
trunk/varnish-cache/bin/varnishd/cache_backend_poll.c
trunk/varnish-cache/bin/varnishd/cache_ban.c
trunk/varnish-cache/bin/varnishd/cache_center.c
trunk/varnish-cache/bin/varnishd/cache_cli.c
trunk/varnish-cache/bin/varnishd/cache_dir_random.c
trunk/varnish-cache/bin/varnishd/cache_dir_round_robin.c
trunk/varnish-cache/bin/varnishd/cache_dir_simple.c
trunk/varnish-cache/bin/varnishd/cache_esi.c
trunk/varnish-cache/bin/varnishd/cache_expire.c
trunk/varnish-cache/bin/varnishd/cache_fetch.c
trunk/varnish-cache/bin/varnishd/cache_hash.c
trunk/varnish-cache/bin/varnishd/cache_http.c
trunk/varnish-cache/bin/varnishd/cache_httpconn.c
trunk/varnish-cache/bin/varnishd/cache_lck.c
trunk/varnish-cache/bin/varnishd/cache_main.c
trunk/varnish-cache/bin/varnishd/cache_panic.c
trunk/varnish-cache/bin/varnishd/cache_pipe.c
trunk/varnish-cache/bin/varnishd/cache_pool.c
trunk/varnish-cache/bin/varnishd/cache_response.c
trunk/varnish-cache/bin/varnishd/cache_session.c
trunk/varnish-cache/bin/varnishd/cache_vary.c
trunk/varnish-cache/bin/varnishd/cache_vcl.c
trunk/varnish-cache/bin/varnishd/cache_vrt.c
trunk/varnish-cache/bin/varnishd/cache_vrt_re.c
trunk/varnish-cache/bin/varnishd/cache_waiter_epoll.c
trunk/varnish-cache/bin/varnishd/cache_waiter_kqueue.c
trunk/varnish-cache/bin/varnishd/cache_waiter_poll.c
trunk/varnish-cache/bin/varnishd/cache_waiter_ports.c
trunk/varnish-cache/bin/varnishd/cache_wrw.c
trunk/varnish-cache/bin/varnishd/cache_ws.c
trunk/varnish-cache/bin/varnishd/hash_classic.c
trunk/varnish-cache/bin/varnishd/hash_critbit.c
trunk/varnish-cache/bin/varnishd/hash_simple_list.c
trunk/varnish-cache/bin/varnishd/mgt_child.c
trunk/varnish-cache/bin/varnishd/mgt_cli.c
trunk/varnish-cache/bin/varnishd/mgt_param.c
trunk/varnish-cache/bin/varnishd/mgt_pool.c
trunk/varnish-cache/bin/varnishd/mgt_vcc.c
trunk/varnish-cache/bin/varnishd/rfc2616.c
trunk/varnish-cache/bin/varnishd/shmlog.c
trunk/varnish-cache/bin/varnishd/stevedore.c
trunk/varnish-cache/bin/varnishd/stevedore_utils.c
trunk/varnish-cache/bin/varnishd/storage_file.c
trunk/varnish-cache/bin/varnishd/storage_malloc.c
trunk/varnish-cache/bin/varnishd/storage_persistent.c
trunk/varnish-cache/bin/varnishd/storage_synth.c
trunk/varnish-cache/bin/varnishd/storage_umem.c
trunk/varnish-cache/bin/varnishd/varnishd.c
trunk/varnish-cache/bin/varnishhist/varnishhist.c
trunk/varnish-cache/bin/varnishlog/varnishlog.c
trunk/varnish-cache/bin/varnishncsa/varnishncsa.c
trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
trunk/varnish-cache/bin/varnishstat/varnishstat.c
trunk/varnish-cache/bin/varnishtest/vtc.c
trunk/varnish-cache/bin/varnishtest/vtc_client.c
trunk/varnish-cache/bin/varnishtest/vtc_http.c
trunk/varnish-cache/bin/varnishtest/vtc_log.c
trunk/varnish-cache/bin/varnishtest/vtc_sema.c
trunk/varnish-cache/bin/varnishtest/vtc_server.c
trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
trunk/varnish-cache/bin/varnishtop/varnishtop.c
trunk/varnish-cache/include/Makefile.am
trunk/varnish-cache/lib/libvarnish/argv.c
trunk/varnish-cache/lib/libvarnish/assert.c
trunk/varnish-cache/lib/libvarnish/binary_heap.c
trunk/varnish-cache/lib/libvarnish/cli.c
trunk/varnish-cache/lib/libvarnish/cli_common.c
trunk/varnish-cache/lib/libvarnish/flopen.c
trunk/varnish-cache/lib/libvarnish/inxorcise.c
trunk/varnish-cache/lib/libvarnish/num.c
trunk/varnish-cache/lib/libvarnish/subproc.c
trunk/varnish-cache/lib/libvarnish/tcp.c
trunk/varnish-cache/lib/libvarnish/time.c
trunk/varnish-cache/lib/libvarnish/vct.c
trunk/varnish-cache/lib/libvarnish/version.c
trunk/varnish-cache/lib/libvarnish/vev.c
trunk/varnish-cache/lib/libvarnish/vlu.c
trunk/varnish-cache/lib/libvarnish/vpf.c
trunk/varnish-cache/lib/libvarnish/vsb.c
trunk/varnish-cache/lib/libvarnish/vsha256.c
trunk/varnish-cache/lib/libvarnish/vss.c
trunk/varnish-cache/lib/libvarnish/vtmpfile.c
trunk/varnish-cache/lib/libvarnishapi/base64.c
trunk/varnish-cache/lib/libvarnishapi/instance.c
trunk/varnish-cache/lib/libvarnishapi/shmlog.c
trunk/varnish-cache/lib/libvarnishcompat/asprintf.c
trunk/varnish-cache/lib/libvarnishcompat/daemon.c
trunk/varnish-cache/lib/libvarnishcompat/execinfo.c
trunk/varnish-cache/lib/libvarnishcompat/setproctitle.c
trunk/varnish-cache/lib/libvarnishcompat/srandomdev.c
trunk/varnish-cache/lib/libvarnishcompat/strlcat.c
trunk/varnish-cache/lib/libvarnishcompat/strlcpy.c
trunk/varnish-cache/lib/libvarnishcompat/strndup.c
trunk/varnish-cache/lib/libvarnishcompat/vasprintf.c
trunk/varnish-cache/lib/libvcl/vcc_acl.c
trunk/varnish-cache/lib/libvcl/vcc_action.c
trunk/varnish-cache/lib/libvcl/vcc_backend.c
trunk/varnish-cache/lib/libvcl/vcc_compile.c
trunk/varnish-cache/lib/libvcl/vcc_dir_random.c
trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c
trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
trunk/varnish-cache/lib/libvcl/vcc_obj.c
trunk/varnish-cache/lib/libvcl/vcc_parse.c
trunk/varnish-cache/lib/libvcl/vcc_string.c
trunk/varnish-cache/lib/libvcl/vcc_token.c
trunk/varnish-cache/lib/libvcl/vcc_var.c
trunk/varnish-cache/lib/libvcl/vcc_xref.c
Log:
Embed RCS tag in each compiled file.
Modified: trunk/varnish-cache/bin/varnishadm/varnishadm.c
===================================================================
--- trunk/varnish-cache/bin/varnishadm/varnishadm.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishadm/varnishadm.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <poll.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_backend.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_backend.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,14 +26,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Handle backend connections and backend request structures.
*
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_backend_cfg.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend_cfg.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_backend_cfg.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,14 +26,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Handle configuration of backends from VCL programs.
*
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_backend_poll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend_poll.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_backend_poll.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Poll backends for collection of health statistics
*
* We co-opt threads from the worker pool for probing the backends,
@@ -39,6 +37,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_ban.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_ban.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_ban.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Ban ("purge") processing
*
* A ban consists of a number of conditions (or tests), all of which must be
@@ -44,6 +42,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This file contains the central state machine for pushing requests.
*
* We cannot just use direct calls because it is possible to kick a
@@ -59,6 +57,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <math.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_cli.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_cli.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Caching process CLI handling.
*
* We only have one CLI source, the stdin/stdout pipes from the manager
@@ -38,6 +36,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_dir_random.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_dir_random.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_dir_random.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_dir_round_robin.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_dir_round_robin.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_dir_round_robin.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_dir_simple.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_dir_simple.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_dir_simple.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_esi.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_esi.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Runtime support for compiled VCL programs ESI processing.
*
* The basic ESI 1.0 is a very simple specification:
@@ -42,6 +40,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_expire.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_expire.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_expire.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* LRU and object timer handling.
*
* We have two data structures, a LRU-list and a binary heap for the timers
@@ -51,6 +49,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_hash.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_hash.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_hash.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This is the central hash-table code, it relies on a chosen hash
* implementation only for the actual hashing, all the housekeeping
* happens here.
@@ -54,6 +52,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* HTTP request storage and manipulation
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <errno.h>
#include <unistd.h>
#include <stdarg.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_httpconn.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_httpconn.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_httpconn.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* HTTP protocol requests
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_lck.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_lck.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_lck.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,8 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* The geniuses who came up with pthreads did not think operations like
* pthread_assert_mutex_held() were important enough to include them in
* the API.
@@ -37,6 +35,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <pthread.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_panic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_panic.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_panic.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* XXX: charge bytes to srcaddr
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <unistd.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* We maintain a number of worker thread pools, to spread lock contention.
*
* Pools can be added on the fly, as a means to mitigate lock contention,
@@ -44,6 +42,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <errno.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/time.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_session.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_session.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_session.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Session and Client management.
*
* XXX: The two-list session management is actually not a good idea
@@ -42,6 +40,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdlib.h>
#include <string.h>
#include <math.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_vary.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vary.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_vary.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,8 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Do Vary processing.
*
* When we insert an object into the cache which has a Vary: header,
@@ -56,6 +54,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_vcl.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vcl.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_vcl.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Interface *to* compiled VCL code: Loading, unloading, calling into etc.
*
* The interface *from* the compiled VCL code is in cache_vrt.c.
@@ -35,6 +33,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <unistd.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_vrt.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Runtime support for compiled VCL programs
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_re.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_re.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_re.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Runtime support for compiled VCL programs, regexps
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_waiter_epoll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_waiter_epoll.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_waiter_epoll.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now
* write the session pointer to a pipe which the event engine monitors.
@@ -35,6 +33,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#if defined(HAVE_EPOLL_CTL)
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_waiter_kqueue.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_waiter_kqueue.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_waiter_kqueue.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now
* write the session pointer to a pipe which the event engine monitors.
@@ -35,6 +33,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#if defined(HAVE_KQUEUE)
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_waiter_poll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_waiter_poll.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_waiter_poll.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_waiter_ports.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_waiter_ports.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_waiter_ports.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,14 +26,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now
* write the session pointer to a pipe which the event engine monitors.
*/
#include "config.h"
+
+#include "svnid.h"
+SVNID("$Id$")
#if defined(HAVE_PORT_CREATE)
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_wrw.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_wrw.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_wrw.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cache_pool.c 4069 2009-05-11 08:57:00Z phk $
- *
* We maintain a number of worker thread pools, to spread lock contention.
*
* Pools can be added on the fly, as a means to mitigate lock contention,
@@ -44,6 +42,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id: cache_pool.c 4069 2009-05-11 08:57:00Z phk $")
+
#include <sys/types.h>
#include <sys/uio.h>
Modified: trunk/varnish-cache/bin/varnishd/cache_ws.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_ws.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/cache_ws.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/uio.h>
Modified: trunk/varnish-cache/bin/varnishd/hash_classic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_classic.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/hash_classic.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* A classic bucketed hash
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/hash_critbit.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_critbit.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/hash_critbit.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,8 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* A Crit Bit tree based hash
*/
@@ -34,6 +32,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/hash_simple_list.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_simple_list.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/hash_simple_list.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This is the reference hash(/lookup) implementation
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* The mechanics of handling the child process
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <unistd.h>
#include <stdio.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* The management process' CLI handling
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdarg.h>
Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/stat.h>
Modified: trunk/varnish-cache/bin/varnishd/mgt_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_pool.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/mgt_pool.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cache_pool.c 3429 2008-11-24 17:47:21Z phk $
- *
* We maintain a number of worker thread pools, to spread lock contention.
*
* Pools can be added on the fly, as a means to mitigate lock contention,
@@ -43,6 +41,9 @@
*/
#include "config.h"
+
+#include "svnid.h"
+SVNID("$Id: cache_pool.c 3429 2008-11-24 17:47:21Z phk $")
#include <limits.h>
#include <sys/types.h>
Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* VCL compiler stuff
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/wait.h>
Modified: trunk/varnish-cache/bin/varnishd/rfc2616.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/rfc2616.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/rfc2616.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/shmlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/shmlog.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/shmlog.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Modified: trunk/varnish-cache/bin/varnishd/stevedore.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/stevedore.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/stevedore.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/bin/varnishd/stevedore_utils.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/stevedore_utils.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/stevedore_utils.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Utility functions for stevedores and storage modules
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <fcntl.h>
#include <stdio.h>
#include <stdint.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_file.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_file.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/storage_file.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Storage method based on mmap'ed file
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_malloc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_malloc.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/storage_malloc.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Storage method based on malloc(3)
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_persistent.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_persistent.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/storage_persistent.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,8 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Persistent storage method
*
* XXX: Before we start the client or maybe after it stops, we should give the
@@ -35,6 +33,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <errno.h>
#include <stdio.h>
#include <stddef.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_synth.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_synth.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/storage_synth.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,13 +25,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Storage method for synthetic content, based on vsb.
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdio.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_umem.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_umem.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/storage_umem.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Storage method based on umem_alloc(3MALLOC)
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifdef HAVE_LIBUMEM
#include <sys/types.h>
Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* The management process and CLI handling
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/stat.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishhist/varnishhist.c
===================================================================
--- trunk/varnish-cache/bin/varnishhist/varnishhist.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishhist/varnishhist.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -27,13 +27,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Log tailer for Varnish
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <curses.h>
#include <errno.h>
Modified: trunk/varnish-cache/bin/varnishlog/varnishlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishlog/varnishlog.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishlog/varnishlog.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Log tailer for Varnish
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <errno.h>
#include <fcntl.h>
#include <regex.h>
Modified: trunk/varnish-cache/bin/varnishncsa/varnishncsa.c
===================================================================
--- trunk/varnish-cache/bin/varnishncsa/varnishncsa.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishncsa/varnishncsa.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -27,8 +27,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Obtain log data from the shared memory log, order it by session ID, and
* display it in Apache / NCSA combined log format:
*
@@ -61,6 +59,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <errno.h>
#include <signal.h>
Modified: trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
===================================================================
--- trunk/varnish-cache/bin/varnishreplay/varnishreplay.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishreplay/varnishreplay.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/uio.h>
Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -27,13 +27,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Log tailer for Varnish
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/time.h>
#include <curses.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_client.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_client.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_client.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_http.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_http.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <poll.h>
#include <stdio.h>
#include <poll.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_log.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_log.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_log.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_sema.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_sema.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_sema.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_server.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_server.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_server.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_varnish.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtest/vtc_varnish.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <ctype.h>
Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -27,13 +27,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Log tailer for Varnish
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <curses.h>
#include <errno.h>
Modified: trunk/varnish-cache/include/Makefile.am
===================================================================
--- trunk/varnish-cache/include/Makefile.am 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/include/Makefile.am 2009-06-06 15:56:17 UTC (rev 4093)
@@ -29,6 +29,7 @@
miniobj.h \
persistent.h \
purge_vars.h \
+ svnid.h \
vsha256.h \
vqueue.h \
vpf.h \
Added: trunk/varnish-cache/include/svnid.h
===================================================================
--- trunk/varnish-cache/include/svnid.h (rev 0)
+++ trunk/varnish-cache/include/svnid.h 2009-06-06 15:56:17 UTC (rev 4093)
@@ -0,0 +1,36 @@
+/*-
+ * Copyright (c) 2009 Dag-Erling Coïdan Smørgrav
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer
+ * in this position and unchanged.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $Id$
+ */
+
+#ifndef SVNID_H_INCLUDED
+#define SVNID_H_INCLUDED
+
+#define SVNID(id) \
+ static const char *svnid __attribute__((__unused__)) = id;
+
+#endif
Property changes on: trunk/varnish-cache/include/svnid.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/varnish-cache/lib/libvarnish/argv.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/argv.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/argv.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* const char **ParseArgv(const char *s, int comment)
* Parse a command like line into an argv[]
* Index zero contains NULL or an error message
@@ -40,6 +38,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
Modified: trunk/varnish-cache/lib/libvarnish/assert.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/assert.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/assert.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This is the default backend function for libvarnish' assert facilities.
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/varnish-cache/lib/libvarnish/binary_heap.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/binary_heap.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/binary_heap.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Implementation of a binary heap API
*
* We use a malloc(3)/realloc(3) array to store the pointers using the
@@ -36,6 +34,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <unistd.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvarnish/cli.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/cli.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Stuff for handling the CLI protocol
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvarnish/cli_common.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli_common.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/cli_common.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/uio.h>
Modified: trunk/varnish-cache/lib/libvarnish/flopen.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/flopen.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/flopen.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -23,14 +23,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
* Derived from:
* $FreeBSD: head/lib/libutil/flopen.c 184094 2008-10-20 18:11:30Z des $
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/stat.h>
#include <errno.h>
Modified: trunk/varnish-cache/lib/libvarnish/inxorcise.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/inxorcise.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/inxorcise.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This file only exists because Apple has decided to break a
* function that has an age old tradition and force the user
* to use launchd instead.
@@ -38,6 +36,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
Modified: trunk/varnish-cache/lib/libvarnish/num.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/num.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/num.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,13 +25,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Deal with numbers with data storage suffix scaling
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvarnish/subproc.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/subproc.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/subproc.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Run stuff in a child process
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
Modified: trunk/varnish-cache/lib/libvarnish/tcp.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/tcp.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/tcp.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/lib/libvarnish/time.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/time.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/time.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Semi-trivial functions to handle HTTP header timestamps according to
* RFC 2616 section 3.3.
*
@@ -48,6 +46,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/time.h>
#include <stdio.h>
Modified: trunk/varnish-cache/lib/libvarnish/vct.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vct.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vct.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,13 +25,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* ctype(3) like functions, according to RFC2616
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <vct.h>
/* NB: VCT always operate in ASCII, don't replace 0x0d with \r etc. */
Modified: trunk/varnish-cache/lib/libvarnish/version.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/version.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/version.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Display a standardized version message.
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include "libvarnish.h"
Modified: trunk/varnish-cache/lib/libvarnish/vev.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vev.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vev.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <errno.h>
#include <poll.h>
Modified: trunk/varnish-cache/lib/libvarnish/vlu.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vlu.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vlu.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -23,14 +23,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* Functions for assembling a bytestream into text-lines and calling
* a function on each.
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvarnish/vpf.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vpf.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vpf.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -22,14 +22,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
* Derived from:
* $FreeBSD: head/lib/libutil/pidfile.c 184091 2008-10-20 17:41:08Z des $
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/param.h>
#include <sys/file.h>
#include <sys/stat.h>
Modified: trunk/varnish-cache/lib/libvarnish/vsb.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vsb.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vsb.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -22,13 +22,14 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id$
* $FreeBSD: src/sys/kern/subr_sbuf.c,v 1.30 2005/12/23 11:49:53 phk Exp $
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
Modified: trunk/varnish-cache/lib/libvarnish/vsha256.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vsha256.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vsha256.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -28,6 +28,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdint.h>
#include <string.h>
Modified: trunk/varnish-cache/lib/libvarnish/vss.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vss.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vss.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/lib/libvarnish/vtmpfile.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vtmpfile.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnish/vtmpfile.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
Modified: trunk/varnish-cache/lib/libvarnishapi/base64.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/base64.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishapi/base64.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -2,12 +2,13 @@
* Written by Poul-Henning Kamp <phk at phk.freebsd.dk>
*
* This file is in the public domain.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <stdint.h>
#include "varnishapi.h"
Modified: trunk/varnish-cache/lib/libvarnishapi/instance.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/instance.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishapi/instance.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/mman.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/asprintf.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/asprintf.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/asprintf.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_ASPRINTF
#include <stdarg.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/daemon.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/daemon.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/daemon.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,14 +25,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
* Derived from:
* $FreeBSD: src/lib/libc/gen/daemon.c,v 1.8 2007/01/09 00:27:53 imp Exp $
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_DAEMON
#include <errno.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/execinfo.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/execinfo.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/execinfo.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -22,12 +22,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: execinfo.c,v 1.3 2004/07/19 05:21:09 sobomax Exp $
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id: execinfo.c,v 1.3 2004/07/19 05:21:09 sobomax Exp $")
+
#include <sys/types.h>
#include <sys/uio.h>
#include <dlfcn.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/setproctitle.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/setproctitle.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/setproctitle.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_SETPROCTITLE
#include <stdarg.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/srandomdev.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/srandomdev.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/srandomdev.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_SRANDOMDEV
#include <sys/time.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/strlcat.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/strlcat.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/strlcat.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -19,6 +19,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_STRLCAT
#include <sys/types.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/strlcpy.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/strlcpy.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/strlcpy.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -19,6 +19,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_STRLCPY
#include <sys/types.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/strndup.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/strndup.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/strndup.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_STRNDUP
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvarnishcompat/vasprintf.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishcompat/vasprintf.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvarnishcompat/vasprintf.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,12 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#ifndef HAVE_VASPRINTF
#include <stdarg.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_acl.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_acl.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_acl.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_action.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_action.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_action.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* A necessary explanation of a convoluted policy:
*
* In VCL we have backends and directors.
@@ -52,6 +50,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,8 +25,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
/*
@@ -62,6 +60,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/stat.h>
#include <ctype.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_dir_random.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_dir_random.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_dir_random.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <sys/types.h>
#include <sys/socket.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -7,6 +7,9 @@
*/
#include "config.h"
+
+#include "svnid.h"
+SVNID("$Id$")
#include <stdio.h>
#include <ctype.h>
#include "config.h"
Modified: trunk/varnish-cache/lib/libvcl/vcc_obj.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_obj.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_obj.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -7,6 +7,9 @@
*/
#include "config.h"
+
+#include "svnid.h"
+SVNID("$Id$")
#include <stdio.h>
#include "vcc_compile.h"
Modified: trunk/varnish-cache/lib/libvcl/vcc_parse.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_parse.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_parse.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_string.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_string.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_string.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
#include <regex.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_token.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_var.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_var.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_var.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -25,12 +25,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include <string.h>
Modified: trunk/varnish-cache/lib/libvcl/vcc_xref.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_xref.c 2009-06-03 22:59:58 UTC (rev 4092)
+++ trunk/varnish-cache/lib/libvcl/vcc_xref.c 2009-06-06 15:56:17 UTC (rev 4093)
@@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
- *
* This file contains code for two cross-reference or consistency checks.
*
* The first check is simply that all functions, acls and backends are
@@ -41,6 +39,9 @@
#include "config.h"
+#include "svnid.h"
+SVNID("$Id$")
+
#include <stdio.h>
#include "vsb.h"
More information about the varnish-commit
mailing list