Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Remove $Id$ from the source code, git does not support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Apr 20, 2011
1 parent 9d5ca14 commit 6f038c1
Show file tree
Hide file tree
Showing 469 changed files with 272 additions and 1,344 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$ #


ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4


Expand Down
3 changes: 1 addition & 2 deletions autogen.des
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id$ # Use this when doing code development
#


set -ex set -ex


Expand Down
2 changes: 0 additions & 2 deletions autogen.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $Id$
#


warn() { warn() {
echo "WARNING: $@" 1>&2 echo "WARNING: $@" 1>&2
Expand Down
2 changes: 1 addition & 1 deletion bin/Makefile.am
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$ #


SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay varnishtest SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay varnishtest


Expand Down
2 changes: 0 additions & 2 deletions bin/flint.lnt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
+libh ../../config.h +libh ../../config.h
-efile(451, ../../config.h) // No include guard -efile(451, ../../config.h) // No include guard


-esym(528, svnid) // Sym not ref

-efile(451, vsl_tags.h) // No include guard -efile(451, vsl_tags.h) // No include guard
-efile(451, vsc_fields.h) // No include guard -efile(451, vsc_fields.h) // No include guard


Expand Down
2 changes: 1 addition & 1 deletion bin/varnishadm/Makefile.am
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$ #


INCLUDES = -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir)/include


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishadm/varnishadm.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <fcntl.h> #include <fcntl.h>
#include <poll.h> #include <poll.h>
#include <stdio.h> #include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion bin/varnishd/Makefile.am
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$ #


INCLUDES = \ INCLUDES = \
-I$(top_srcdir)/include \ -I$(top_srcdir)/include \
Expand Down
2 changes: 0 additions & 2 deletions bin/varnishd/acct_fields.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id$
*
* These are the stats we keep track of per session. They will be summed, * These are the stats we keep track of per session. They will be summed,
* via the sp->wrk->stats into the s_<name> fields in the SHM file. * via the sp->wrk->stats into the s_<name> fields in the SHM file.
* NB: Remember to mark those in vsc_fields.h to be included in struct dstat. * NB: Remember to mark those in vsc_fields.h to be included in struct dstat.
Expand Down
1 change: 0 additions & 1 deletion bin/varnishd/cache.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id$
*/ */


/* /*
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_acceptor.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <poll.h> #include <poll.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_backend.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/varnishd/cache_backend.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id$
*
* This is the central switch-board for backend connections and it is * This is the central switch-board for backend connections and it is
* slightly complicated by a number of optimizations. * slightly complicated by a number of optimizations.
* *
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_backend_cfg.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_backend_poll.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/varnishd/cache_backend_poll.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id$
*
*/ */


BITMAP(good_ipv4, '4', "Good IPv4", 0) BITMAP(good_ipv4, '4', "Good IPv4", 0)
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_ban.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>


#include <stdio.h> #include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/varnishd/cache_ban.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id$
*
*/ */


struct ban_test; struct ban_test;
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_center.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ DOT acceptor -> start [style=bold,color=green]


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <math.h> #include <math.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_cli.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_dir.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include "cache.h" #include "cache.h"
#include "cache_backend.h" #include "cache_backend.h"


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_dir_dns.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_dir_random.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_dir_round_robin.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_esi_deliver.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id")

#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_esi_fetch.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id")

#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_esi_parse.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id")

#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_expire.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_fetch.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <inttypes.h> #include <inttypes.h>
#include <string.h> #include <string.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_gzip.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>


#include "svnid.h"
SVNID("$Id$")

#include "vsl.h" #include "vsl.h"
#include "cache.h" #include "cache.h"
#include "stevedore.h" #include "stevedore.h"
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_hash.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_http.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
#include <stdarg.h> #include <stdarg.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_httpconn.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_lck.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>


#include <stdlib.h> #include <stdlib.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_main.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_panic.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <signal.h> #include <signal.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_pipe.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_pool.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>


#include <errno.h> #include <errno.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_response.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h> #include <sys/time.h>


Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_session.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_shmlog.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <stdarg.h> #include <stdarg.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/varnishd/cache_vary.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@


#include "config.h" #include "config.h"


#include "svnid.h"
SVNID("$Id$")

#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
Loading

0 comments on commit 6f038c1

Please sign in to comment.