portable: add back sys/queue.h
commit8b925c6ccd3968917253ea191906a1710c40ed2d
authorThomas Adam <thomas@xteddy.org>
Sat, 16 Jul 2022 17:56:14 +0000 (16 18:56 +0100)
committerThomas Adam <thomas@xteddy.org>
Sat, 16 Jul 2022 17:56:14 +0000 (16 18:56 +0100)
treee0577aae1a7b39901bbf36155768506da16563c3
parent6aa6ad446ad8a9d9dca3928bca5d0ea33a138e42
portable: add back sys/queue.h

Now that the handling of including sys/queue.h is better, there's no
need to remove those lines from the source.  Copy the location of those
original sys/queue.h lines from upstream at the same line number, so as
to avoid any conflicts in the future.
70 files changed:
got/got.c
gotadmin/gotadmin.c
gotweb/gotweb.c
gotweb/parse.y
gotwebd/config.c
gotwebd/fcgi.c
gotwebd/got_operations.c
gotwebd/gotweb.c
gotwebd/gotwebd.c
gotwebd/gotwebd.h
gotwebd/parse.y
gotwebd/proc.c
gotwebd/sockets.c
lib/blame.c
lib/buf.c
lib/commit_graph.c
lib/deflate.c
lib/delta.c
lib/delta_cache.c
lib/deltify.c
lib/dial.c
lib/diff.c
lib/diff3.c
lib/diff_main.c
lib/diffreg.c
lib/error.c
lib/fetch.c
lib/fileindex.c
lib/gitconfig.c
lib/gitproto.c
lib/gotconfig.c
lib/inflate.c
lib/lockfile.c
lib/object.c
lib/object_cache.c
lib/object_create.c
lib/object_idset.c
lib/object_parse.c
lib/pack.c
lib/pack_create.c
lib/patch.c
lib/path.c
lib/privsep.c
lib/rcsutil.c
lib/reference.c
lib/repository.c
lib/repository_admin.c
lib/send.c
lib/sigs.c
lib/worktree.c
lib/worktree_open.c
libexec/got-fetch-pack/got-fetch-pack.c
libexec/got-index-pack/got-index-pack.c
libexec/got-read-blob/got-read-blob.c
libexec/got-read-commit/got-read-commit.c
libexec/got-read-gitconfig/got-read-gitconfig.c
libexec/got-read-gotconfig/got-read-gotconfig.c
libexec/got-read-gotconfig/parse.y
libexec/got-read-object/got-read-object.c
libexec/got-read-pack/got-read-pack.c
libexec/got-read-patch/got-read-patch.c
libexec/got-read-tag/got-read-tag.c
libexec/got-read-tree/got-read-tree.c
libexec/got-send-pack/got-send-pack.c
regress/delta/delta_test.c
regress/deltify/deltify_test.c
regress/fetch/fetch_test.c
regress/idset/idset_test.c
regress/path/path_test.c
tog/tog.c