summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 21:12:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 21:12:46 +0000
commitd0ec168ba250db478389d739013fd331739f1fd0 (patch)
tree66e07a19ff5061d2d9a582d315e5764ded32277c /debian/vendor-h2o
parentReleasing progress-linux version 1.8.3-2~progress7.99u1. (diff)
downloaddnsdist-d0ec168ba250db478389d739013fd331739f1fd0.tar.xz
dnsdist-d0ec168ba250db478389d739013fd331739f1fd0.zip
Merging debian version 1.8.3-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/vendor-h2o')
-rw-r--r--debian/vendor-h2o/deps/picohttpparser/picohttpparser.c1
-rw-r--r--debian/vendor-h2o/deps/picohttpparser/picohttpparser.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/vendor-h2o/deps/picohttpparser/picohttpparser.c b/debian/vendor-h2o/deps/picohttpparser/picohttpparser.c
index 6a2d872..74463b5 100644
--- a/debian/vendor-h2o/deps/picohttpparser/picohttpparser.c
+++ b/debian/vendor-h2o/deps/picohttpparser/picohttpparser.c
@@ -36,7 +36,6 @@
#endif
#include "picohttpparser.h"
-/* $Id: a707070d11d499609f99d09f97535642cec910a8 $ */
#if __GNUC__ >= 3
#define likely(x) __builtin_expect(!!(x), 1)
diff --git a/debian/vendor-h2o/deps/picohttpparser/picohttpparser.h b/debian/vendor-h2o/deps/picohttpparser/picohttpparser.h
index a8fad71..bf6de7e 100644
--- a/debian/vendor-h2o/deps/picohttpparser/picohttpparser.h
+++ b/debian/vendor-h2o/deps/picohttpparser/picohttpparser.h
@@ -33,7 +33,6 @@
#define ssize_t intptr_t
#endif
-/* $Id: 67fd3ee74103ada60258d8a16e868f483abcca87 $ */
#ifdef __cplusplus
extern "C" {