summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2014-12-22 08:53:41 -0800
committerMartin Pool <mbp@sourcefrog.net>2014-12-22 08:53:41 -0800
commit0d7440208e964e0c6f38044cd03eae77ece0637e (patch)
tree02da1657000485fc0b31632f0864c12a5048fff7 /stream.c
parent2455cb4de502d31b6234648774a6eb2e53c302da (diff)
downloadlibrsync-0d7440208e964e0c6f38044cd03eae77ece0637e.tar.gz
Use rs_byte_t (unsigned char) for buffers to avoid signedness inconsistencies
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream.c b/stream.c
index ccdd14a..8264c0c 100644
--- a/stream.c
+++ b/stream.c
@@ -1,7 +1,6 @@
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
*
* librsync -- dynamic caching and delta update in HTTP
- * $Id$
*
* Copyright (C) 2000, 2001 by Martin Pool <mbp@sourcefrog.net>
*
@@ -96,8 +95,6 @@
#include "util.h"
#include "trace.h"
-static const int RS_STREAM_DOGTAG = 2001125;
-
/**
* \brief Copy up to \p max_len bytes from input of \b stream to its output.