summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 13:58:20 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 13:58:20 +0200
commit249866e3d1e11dc72eaa1305f4bb479ded92ef38 (patch)
tree7118c5f58e29fe61c100e4d067bb90ba8d52589e
parent96cf8dffe4f7b0b910f790066ae622dc429eb522 (diff)
reorganized file structure
Moved c files into src/. Corrected VERSION file. Removed BUILD and FILES.
-rw-r--r--BUILD1
-rw-r--r--FILES162
-rw-r--r--VERSION2
-rw-r--r--conf-build2
-rwxr-xr-xinstall2
-rw-r--r--src/Makefile (renamed from Makefile)0
-rw-r--r--src/TARGETS (renamed from TARGETS)0
-rw-r--r--src/alloc.c (renamed from alloc.c)0
-rw-r--r--src/base64.c (renamed from base64.c)0
-rw-r--r--src/buffer.c (renamed from buffer.c)0
-rw-r--r--src/byte.c (renamed from byte.c)0
-rw-r--r--src/case.c (renamed from case.c)0
-rw-r--r--src/cdbmake.c (renamed from cdbmake.c)0
-rw-r--r--src/cdbread.c (renamed from cdbread.c)0
-rwxr-xr-xsrc/configure (renamed from configure)2
-rw-r--r--src/constmap.c (renamed from constmap.c)0
-rw-r--r--src/dnsstub/Makefile (renamed from dnsstub/Makefile)2
-rw-r--r--src/dnsstub/README.md (renamed from dnsstub/README.md)0
-rw-r--r--src/dnsstub/TARGETS (renamed from dnsstub/TARGETS)0
-rw-r--r--src/dnsstub/dns_cname.c (renamed from dnsstub/dns_cname.c)0
-rw-r--r--src/dnsstub/dns_dfd.c (renamed from dnsstub/dns_dfd.c)0
-rw-r--r--src/dnsstub/dns_domain.c (renamed from dnsstub/dns_domain.c)0
-rw-r--r--src/dnsstub/dns_dtda.c (renamed from dnsstub/dns_dtda.c)0
-rw-r--r--src/dnsstub/dns_ip.c (renamed from dnsstub/dns_ip.c)0
-rw-r--r--src/dnsstub/dns_ipq.c (renamed from dnsstub/dns_ipq.c)0
-rw-r--r--src/dnsstub/dns_mx.c (renamed from dnsstub/dns_mx.c)0
-rw-r--r--src/dnsstub/dns_name.c (renamed from dnsstub/dns_name.c)0
-rw-r--r--src/dnsstub/dns_nd.c (renamed from dnsstub/dns_nd.c)0
-rw-r--r--src/dnsstub/dns_packet.c (renamed from dnsstub/dns_packet.c)0
-rw-r--r--src/dnsstub/dns_random.c (renamed from dnsstub/dns_random.c)0
-rw-r--r--src/dnsstub/dns_rcip.c (renamed from dnsstub/dns_rcip.c)0
-rw-r--r--src/dnsstub/dns_rcrw.c (renamed from dnsstub/dns_rcrw.c)0
-rw-r--r--src/dnsstub/dns_resolve.c (renamed from dnsstub/dns_resolve.c)0
-rw-r--r--src/dnsstub/dns_sortip.c (renamed from dnsstub/dns_sortip.c)0
-rw-r--r--src/dnsstub/dns_transmit.c (renamed from dnsstub/dns_transmit.c)0
-rw-r--r--src/dnsstub/dns_txt.c (renamed from dnsstub/dns_txt.c)0
-rw-r--r--src/env.c (renamed from env.c)0
-rw-r--r--src/errstr.c (renamed from errstr.c)0
-rw-r--r--src/fd.c (renamed from fd.c)0
-rw-r--r--src/fmt.c (renamed from fmt.c)0
-rw-r--r--src/getln.c (renamed from getln.c)0
-rw-r--r--src/getoptb.c (renamed from getoptb.c)0
-rw-r--r--src/iopause.c (renamed from iopause.c)0
-rw-r--r--src/ip4.c (renamed from ip4.c)0
-rw-r--r--src/ip6.c (renamed from ip6.c)0
-rw-r--r--src/lock.c (renamed from lock.c)0
-rw-r--r--src/logmsg.c (renamed from logmsg.c)0
-rw-r--r--src/ndelay.c (renamed from ndelay.c)0
-rw-r--r--src/open.c (renamed from open.c)0
-rw-r--r--src/pathexec.c (renamed from pathexec.c)0
-rw-r--r--src/prot.c (renamed from prot.c)0
-rw-r--r--src/readclose.c (renamed from readclose.c)0
-rw-r--r--src/scan.c (renamed from scan.c)0
-rw-r--r--src/seek.c (renamed from seek.c)0
-rwxr-xr-xsrc/sharedlib (renamed from sharedlib)0
-rw-r--r--src/sig.c (renamed from sig.c)0
-rw-r--r--src/socket_bind.c (renamed from socket_bind.c)0
-rw-r--r--src/socket_connect.c (renamed from socket_connect.c)0
-rw-r--r--src/socket_if.c (renamed from socket_if.c)0
-rw-r--r--src/socket_info.c (renamed from socket_info.c)0
-rw-r--r--src/socket_recv.c (renamed from socket_recv.c)0
-rw-r--r--src/socket_send.c (renamed from socket_send.c)0
-rw-r--r--src/socket_setup.c (renamed from socket_setup.c)0
-rw-r--r--src/socket_tcp.c (renamed from socket_tcp.c)0
-rw-r--r--src/socket_udp.c (renamed from socket_udp.c)0
-rw-r--r--src/str.c (renamed from str.c)0
-rw-r--r--src/stralloc.c (renamed from stralloc.c)0
-rw-r--r--src/tai.c (renamed from tai.c)0
-rw-r--r--src/taia.c (renamed from taia.c)0
-rw-r--r--src/timeout.c (renamed from timeout.c)0
-rw-r--r--src/timeoutconn.c (renamed from timeoutconn.c)0
-rw-r--r--src/uint128p.c (renamed from uint128p.c)0
-rw-r--r--src/uint16p.c (renamed from uint16p.c)0
-rw-r--r--src/uint32p.c (renamed from uint32p.c)0
-rw-r--r--src/uint64p.c (renamed from uint64p.c)0
-rw-r--r--src/uint8p.c (renamed from uint8p.c)0
-rw-r--r--src/wait.c (renamed from wait.c)0
77 files changed, 5 insertions, 168 deletions
diff --git a/BUILD b/BUILD
deleted file mode 100644
index da0237c..0000000
--- a/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-20230916182859
diff --git a/FILES b/FILES
deleted file mode 100644
index 85b59ef..0000000
--- a/FILES
+++ /dev/null
@@ -1,162 +0,0 @@
-./BUILD = 3119c820453717278177af253188e95c
-./CHANGELOG = ba424a3dd1cdb12d4c345a11de0a0817
-./CONTENT = 3478f3a562d003b32aa0762e93a75b26
-./LICENSE = 43df073a04022f63913c379646905da6
-./Makefile = abba48d9d52ca48f050208231de5c783
-./README.md = 60875952ce23f26102f84757329b9b31
-./TARGETS = a3800d82d6b95a77536b9c719b519b73
-./VERSION = 6cfc8c14f10d3a39524fed09959cdffa
-./alloc.c = 514e44b39a3c964d0e17efda78e9b8c7
-./base64.c = 3a2830988bc99a672f09557b288dfd81
-./buffer.c = 04489d0d0961e69081381983bbe26f56
-./byte.c = 67806bc236105f085b46ae4327e437ae
-./case.c = f03a5e250d1aff49d1304670f5b7254a
-./cdbmake.c = b038d803422618d1f7eaade9716a858e
-./cdbread.c = 5eeb568fb122813c7ac0a3d273b98591
-./conf-build = 52f94f184b80b29aa7800265da87de55
-./configure = 145494889bebdcc519320472d84566b6
-./constmap.c = e49f40971441ca0187a19a1feba012f1
-./dnsstub/Makefile = 8dcd8f647b1f8d7ec755cea81ed57a37
-./dnsstub/README.md = d50e01dbf9223e49ec52f131fa5916d8
-./dnsstub/TARGETS = 723bd9a97f59f9091fbe2fba10ef8e5e
-./dnsstub/dns_cname.c = f70db88df864eab7694b747fd77dbb6d
-./dnsstub/dns_dfd.c = 149da24f7b57761d9c0eec3278b63fb0
-./dnsstub/dns_domain.c = e79ee91862f5d06ec892a228489aca3f
-./dnsstub/dns_dtda.c = f9fc0ba7ea3cdaad5e85c0d0edd479a7
-./dnsstub/dns_ip.c = 811eec1cfe97536d6ea9a1d5e48801ce
-./dnsstub/dns_ipq.c = 273479eeae125ffbddaf4e95fbcfe0f0
-./dnsstub/dns_mx.c = 01c29dde656fbaf7ab19c4c3a28664ac
-./dnsstub/dns_name.c = 31cb8e08404ab22dca6c6098a2fc9317
-./dnsstub/dns_nd.c = 8d1c5bf17f2242d22d64903393a73768
-./dnsstub/dns_packet.c = d6e4035938817a47f10578265d52b0ab
-./dnsstub/dns_random.c = 7429f11a2181d0771046ffd85f4acb38
-./dnsstub/dns_rcip.c = 2762d62ad3fffe4caaadbafd3c007211
-./dnsstub/dns_rcrw.c = c57be390844bb9f26fb44dbce2837136
-./dnsstub/dns_resolve.c = 8ec11fea2c0bb173b73230e0f41b055b
-./dnsstub/dns_sortip.c = aa8effa053c3d6899a17242d3eebae40
-./dnsstub/dns_transmit.c = 8c2b07aa13b0abcc7697cb37d9fef821
-./dnsstub/dns_txt.c = 4a8d105d506ec11ac3c307f405393e42
-./env.c = 2aabee824c86ed685a17cc8b6eb6e1cf
-./errstr.c = e89bde5dd0320f24a399967ef64c4a27
-./fd.c = e1643064b0f9571c92cb17f5e6c2c3c9
-./fmt.c = b2627c34a39b7a492ec07969931c6bc9
-./getln.c = bb694220f8bedb7f7f8a8dd8a6d91347
-./getoptb.c = 92c4305401f59359b8dac69e1df84647
-./include/alloc.h = fc20a6d23d60eeaa84a913b19cea2a6f
-./include/base64.h = 518e08181673aff5e497eb526a427b1d
-./include/buffer.h = 4ff0a37e7b614e0d80123782f706f54a
-./include/byte.h = 6a7dc0cca790d6cbac23731e71c665fb
-./include/case.h = b0f7e31bd1e121850c3d1c3dc4c38d5c
-./include/cdbmake.h = 44c1444111c3fabd59ed63258b5d54ad
-./include/cdbread.h = d40f94c976c1cadb575044a3ef965978
-./include/close.h = a1a84cfde83c8cef39c5ca5f52796aee
-./include/constmap.h = f217b422c4d74890b6675e72dca753bf
-./include/direntry.h = ed9e2af8fed1975b017883488b0db2f7
-./include/dnsresolv.h = 717941c00c4e369241000ef70cf848f6
-./include/env.h = 70f96abf159cedaad9bbbfa4c27bc8a7
-./include/error.h = 7886039fc72d57919c1c6db56b5fc324
-./include/exit.h = 45e2e3e56314e2332837a61e1c866423
-./include/fd.h = d76deb5c0ed33bf690e25f4e5fc94359
-./include/fifo.h = 4aac02038e14acac8c2b6e28ec992406
-./include/fmt.h = 71b6a242a848044e65e407a5647d21eb
-./include/genalloc.h = 7d88ca8ee9f933f1cbb9ed0597dddf60
-./include/getln.h = 040da2a02c37a8aa50ea614410f2ed0c
-./include/getoptb.h = 988a7314fca7dff960dcffc134cc404c
-./include/iopause.h = b7680ea87e84b568b8f1f7c281ae739a
-./include/ip.h = a66be1788f98dc795cceeb4b0f0c9bb2
-./include/lock.h = 224879d2b1671dad51f8bbcd6f7c2426
-./include/logmsg.h = d90310844d3fa6cfbab0b37b54170d92
-./include/ndelay.h = cc914c481a7652e9aef10acdf69de7ff
-./include/open.h = 4f4d7371bbefccf2cec365f7811e874e
-./include/pathexec.h = 37af5ae960eb91892744c7a3802737d1
-./include/prot.h = 0f6816695dc713f927e09270696835a2
-./include/readclose.h = cfe01c7d37be0a17a492534faf2717b2
-./include/readwrite.h = 58ab91bb5433b835e97fe78fd6780633
-./include/rename.h = 3d13ce7562cd4f87578b94adaa5857f0
-./include/scan.h = 49a8521c05e6c06436637af85e3f7234
-./include/seek.h = be3607921c13b338365ecbf1e9e24f38
-./include/select.h = 019f9aadad2f1a5d14aa5ec8cdee6065
-./include/sig.h = 3012ce2f2f452e3b822aeb7c9765640a
-./include/socket_if.h = ba79b96dcdcd50983e7328ee28b209ec
-./include/str.h = 9b010e0767b85c44804424ad9436ab5a
-./include/stralloc.h = c9a7b068f19c896891c30fd12bd078bb
-./include/tai.h = ca3390aa0aa229108a4864c0f4a40e6f
-./include/taia.h = 4e9a6bd8f7f6884932d72a48d34301ef
-./include/timeout.h = be7d9294fe124d22abdd20204abcaa2f
-./include/timeoutconn.h = 3bc13384d2d2355d7327a73428027822
-./include/uint_t.h = 2bdc1c29b1a66a792dc41004b1e4d2fe
-./include/wait.h = fc9c628f22a862bb9af69fdd7a6b61a8
-./install = f6468f1ce0a61e581df2d3278d4f9d24
-./iopause.c = 7cbd896fbcca2c26b218a3299543c905
-./ip4.c = 8cf7ae24e43da943e4695f5cb4a50f6c
-./ip6.c = 16192261767a3056adc84c10bbcaf8ce
-./lock.c = 50aa9fca4611c86f943c49256b7a001a
-./logmsg.c = 7335546b87caf29a8fbf41a8ac89169c
-./man/INSTALL = c83cc4663e122994ea65d269982df554
-./man/alloc.3 = 2f666bfc6cb2d755e4047be92853c4c9
-./man/buffer.3 = 14df7a93cc6131f83e84ee438ec29f05
-./man/byte.3 = 3927c67098f880846b6d71c8d69d63af
-./man/case.3 = 6ee29d92e49bb6f91b2e8029c7a5ad04
-./man/cdbmake.3 = 54e604b19d139b0c5b451b86c58802d5
-./man/cdbread.3 = 81a48e1258f4919861b7537a7759c0a5
-./man/constmap.3 = 3308860b3c8b2032dff86d64aab332d0
-./man/dns.3 = 3a3834e729315537509ddfd06d76ecd7
-./man/dnsstub.3 = 63081eeab017fbf754f854010d8b1dc4
-./man/env.3 = 27c3a784e43a5ec37c2918014bcac3f8
-./man/error.3 = 2d2b4e9800b73983848581814065b074
-./man/fd.3 = c6115dbec98169a66af436ea929cc0bb
-./man/fmt.3 = 419b2e143438a3351f6a21828823a367
-./man/getln.3 = 5c4930df89e1132257de8cfa7dbbac3a
-./man/getoptb.3 = eb4ff31f223bcf561043fd96e8bf7fcd
-./man/iopause.3 = 4705db96ec459124a7cac08c75621b43
-./man/ip4.3 = 0ffc1d509fec9b8432638ba2e244599e
-./man/ip6.3 = 480b6a5f03a5a07c122c0dd427b5f671
-./man/logmsg.3 = 1aac69f1603735534b831b062a982b96
-./man/pathexec.3 = 0f320b89031f14099389f245ff0082c4
-./man/scan.3 = f838564ca05d7eb75e0f94601da0e247
-./man/socket_bind.3 = 603252820735a0586d2473d60b5368ba
-./man/socket_connect.3 = 7ede000da47f9d050b4a8b4a548c3fba
-./man/socket_if.3 = 939ee90dbc06e46530bdebb76f7868b7
-./man/socket_info.3 = 25bb53af29cacae415052b795bc9dbbf
-./man/socket_recv.3 = c7fbce83d73180901bacfd42329a1961
-./man/socket_send.3 = 559b6ca0e4e488c961adfec91298cb57
-./man/socket_setup.3 = 06509120a17c0fdc1e74183e4fdeec6e
-./man/socket_tcp.3 = 88a7db7c3f87f6e55676a8bbea04bebb
-./man/socket_udp.3 = 83ef36e87a0616a1f89c62ee10443d20
-./man/str.3 = 8aada587fbeaa6642b92f8259253e864
-./man/stralloc.3 = 62f213c041e32f3b9c807e69b9c2b0a4
-./man/taia.3 = ca40e8e64a68b1452629067f7f5ba82e
-./man/timeout.3 = c70003889aeb948b0083d6ecaf9a78fa
-./man/timeoutconn.3 = 2fa5bc7c6c042bb7c80c431bf5eac5b2
-./man/wait.3 = 13f3301b18e333666659b8e49864d389
-./man/x.html = 4eda1f156fe2348daebfbddf7a33c022
-./ndelay.c = 15de43ad20cb35ec2c80df851f606bd9
-./open.c = 1a793911a2e57e01ffa7bda1d08db8f4
-./pathexec.c = 23c0c5d5013a19eb4f6b4b03c87db8ec
-./prot.c = e1568767fcfb5fc119da935d9d3cf27f
-./readclose.c = deabaa3b8b50201d560bfc3c584ca1c3
-./scan.c = 6792e3f60344e4cf5fcee4fad55fae38
-./seek.c = 5c2ee16ea4ec99584d702ff55d9c9d19
-./sharedlib = bde12e503174244d57ad35135b5d25e9
-./sig.c = a8a98f1c8c27eece5f341ec05f46e80e
-./socket_bind.c = b463068c7160e01d6fb8c3fb903d5c8e
-./socket_connect.c = 96c784f10d7ea96720b10b5844fd4cd0
-./socket_if.c = c841f0681878e90fbac87dc4ce7ab6fe
-./socket_info.c = 623a97efe396c56ac31e0964b4b8025a
-./socket_recv.c = 66914af66c9bda8c2239f5308648cbac
-./socket_send.c = 80647ec33d769a5f5a7ead0b7e881015
-./socket_setup.c = 229bca06ab2f68f483b525b8e8e13886
-./socket_tcp.c = 5c8565ee6668341730d3b9eac7de0a7b
-./socket_udp.c = 50a0bb63dcea40f7c146e17b1aa1050b
-./str.c = ff3952e9e6bf49cd34a2bcafaf168208
-./stralloc.c = 85b65c1193b0d93039530edad5e1cab5
-./tai.c = 823b0274b23207ebade293fd14a1ab31
-./taia.c = 63de9eb6672c1c43296b383224fccc74
-./timeout.c = 35e6965f54a50838b6d3ae61ee8fd962
-./timeoutconn.c = 6acef79e4c36a795da73f2c0eb010d39
-./uint128p.c = 83da4a537b781df80316da49e54735e8
-./uint16p.c = 61e6fed3598e3ceaa41a75d91657bef0
-./uint32p.c = 5a1965fbf0e288aebbae066f341a442b
-./uint64p.c = b95d3d869c5ecc6fe65f65c04dcceeb2
-./uint8p.c = 4db811c33b483cd9fe08ca72c254bb0c
-./wait.c = 4048ebc18bc71a91e21da7ccab205558
diff --git a/VERSION b/VERSION
index cf310ee..c99e320 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-fehQlibs-21
+fehQlibs-23
diff --git a/conf-build b/conf-build
index a2428c4..897c50d 100644
--- a/conf-build
+++ b/conf-build
@@ -23,7 +23,7 @@ CFLAGS='-O2 -Iinclude -fPIC -Wall'
# HDRDIR=$LIBDIR/include - copy all header files into /usr/local/lib/include
#
LIBDIR=..
-HDRDIR=
+HDRDIR=../include/
#********************************************************************************
# Additional libs (object files, delimited by space, enclosed in "'")
diff --git a/install b/install
index ef58eaa..b30bf6b 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
. ./conf-build
-install_libs() { cp *.a $OFILES "$LIBDIR" ; }
+install_libs() { cp src/*.a $OFILES "$LIBDIR" ; }
install_hdrs() { cp include/*.h "$HDRDIR" ; }
echo -n "Installing qlibs ..."
diff --git a/Makefile b/src/Makefile
index 8426968..8426968 100644
--- a/Makefile
+++ b/src/Makefile
diff --git a/TARGETS b/src/TARGETS
index df6d6ee..df6d6ee 100644
--- a/TARGETS
+++ b/src/TARGETS
diff --git a/alloc.c b/src/alloc.c
index 8ec0a7e..8ec0a7e 100644
--- a/alloc.c
+++ b/src/alloc.c
diff --git a/base64.c b/src/base64.c
index 986201e..986201e 100644
--- a/base64.c
+++ b/src/base64.c
diff --git a/buffer.c b/src/buffer.c
index 92d72b1..92d72b1 100644
--- a/buffer.c
+++ b/src/buffer.c
diff --git a/byte.c b/src/byte.c
index c9d6d23..c9d6d23 100644
--- a/byte.c
+++ b/src/byte.c
diff --git a/case.c b/src/case.c
index 47eb8ed..47eb8ed 100644
--- a/case.c
+++ b/src/case.c
diff --git a/cdbmake.c b/src/cdbmake.c
index 28e170c..28e170c 100644
--- a/cdbmake.c
+++ b/src/cdbmake.c
diff --git a/cdbread.c b/src/cdbread.c
index c8ffa42..c8ffa42 100644
--- a/cdbread.c
+++ b/src/cdbread.c
diff --git a/configure b/src/configure
index 34785ac..47b0f08 100755
--- a/configure
+++ b/src/configure
@@ -2,7 +2,7 @@
#********************************************************************************
# Very simple configure script for qlibs
-. ./conf-build
+. ../conf-build
# Add $HDRDIR as include option to default $CFLAGS
[ "$HDRDIR" ] && CFLAGS="$CFLAGS -I$HDRDIR"
diff --git a/constmap.c b/src/constmap.c
index ecd5a92..ecd5a92 100644
--- a/constmap.c
+++ b/src/constmap.c
diff --git a/dnsstub/Makefile b/src/dnsstub/Makefile
index 6c3bab3..ee7f94d 100644
--- a/dnsstub/Makefile
+++ b/src/dnsstub/Makefile
@@ -1,7 +1,7 @@
COMPILE=../compile
MAKELIB=../makelib
-CCFLAGS=-I../include
+CCFLAGS=-I../../include
default: clean check dnsresolv.a
diff --git a/dnsstub/README.md b/src/dnsstub/README.md
index 95cd11c..95cd11c 100644
--- a/dnsstub/README.md
+++ b/src/dnsstub/README.md
diff --git a/dnsstub/TARGETS b/src/dnsstub/TARGETS
index 62f40be..62f40be 100644
--- a/dnsstub/TARGETS
+++ b/src/dnsstub/TARGETS
diff --git a/dnsstub/dns_cname.c b/src/dnsstub/dns_cname.c
index 408949a..408949a 100644
--- a/dnsstub/dns_cname.c
+++ b/src/dnsstub/dns_cname.c
diff --git a/dnsstub/dns_dfd.c b/src/dnsstub/dns_dfd.c
index 756a1f8..756a1f8 100644
--- a/dnsstub/dns_dfd.c
+++ b/src/dnsstub/dns_dfd.c
diff --git a/dnsstub/dns_domain.c b/src/dnsstub/dns_domain.c
index 654a827..654a827 100644
--- a/dnsstub/dns_domain.c
+++ b/src/dnsstub/dns_domain.c
diff --git a/dnsstub/dns_dtda.c b/src/dnsstub/dns_dtda.c
index 38358a2..38358a2 100644
--- a/dnsstub/dns_dtda.c
+++ b/src/dnsstub/dns_dtda.c
diff --git a/dnsstub/dns_ip.c b/src/dnsstub/dns_ip.c
index f89728c..f89728c 100644
--- a/dnsstub/dns_ip.c
+++ b/src/dnsstub/dns_ip.c
diff --git a/dnsstub/dns_ipq.c b/src/dnsstub/dns_ipq.c
index 26c3818..26c3818 100644
--- a/dnsstub/dns_ipq.c
+++ b/src/dnsstub/dns_ipq.c
diff --git a/dnsstub/dns_mx.c b/src/dnsstub/dns_mx.c
index c0845ef..c0845ef 100644
--- a/dnsstub/dns_mx.c
+++ b/src/dnsstub/dns_mx.c
diff --git a/dnsstub/dns_name.c b/src/dnsstub/dns_name.c
index 0723a8f..0723a8f 100644
--- a/dnsstub/dns_name.c
+++ b/src/dnsstub/dns_name.c
diff --git a/dnsstub/dns_nd.c b/src/dnsstub/dns_nd.c
index 6ce8ed9..6ce8ed9 100644
--- a/dnsstub/dns_nd.c
+++ b/src/dnsstub/dns_nd.c
diff --git a/dnsstub/dns_packet.c b/src/dnsstub/dns_packet.c
index ce322ea..ce322ea 100644
--- a/dnsstub/dns_packet.c
+++ b/src/dnsstub/dns_packet.c
diff --git a/dnsstub/dns_random.c b/src/dnsstub/dns_random.c
index 200cd6c..200cd6c 100644
--- a/dnsstub/dns_random.c
+++ b/src/dnsstub/dns_random.c
diff --git a/dnsstub/dns_rcip.c b/src/dnsstub/dns_rcip.c
index 93b0daa..93b0daa 100644
--- a/dnsstub/dns_rcip.c
+++ b/src/dnsstub/dns_rcip.c
diff --git a/dnsstub/dns_rcrw.c b/src/dnsstub/dns_rcrw.c
index 4633fed..4633fed 100644
--- a/dnsstub/dns_rcrw.c
+++ b/src/dnsstub/dns_rcrw.c
diff --git a/dnsstub/dns_resolve.c b/src/dnsstub/dns_resolve.c
index bcc4308..bcc4308 100644
--- a/dnsstub/dns_resolve.c
+++ b/src/dnsstub/dns_resolve.c
diff --git a/dnsstub/dns_sortip.c b/src/dnsstub/dns_sortip.c
index 56742e0..56742e0 100644
--- a/dnsstub/dns_sortip.c
+++ b/src/dnsstub/dns_sortip.c
diff --git a/dnsstub/dns_transmit.c b/src/dnsstub/dns_transmit.c
index 2513565..2513565 100644
--- a/dnsstub/dns_transmit.c
+++ b/src/dnsstub/dns_transmit.c
diff --git a/dnsstub/dns_txt.c b/src/dnsstub/dns_txt.c
index 9a1b56a..9a1b56a 100644
--- a/dnsstub/dns_txt.c
+++ b/src/dnsstub/dns_txt.c
diff --git a/env.c b/src/env.c
index 2ecaa83..2ecaa83 100644
--- a/env.c
+++ b/src/env.c
diff --git a/errstr.c b/src/errstr.c
index e2290fb..e2290fb 100644
--- a/errstr.c
+++ b/src/errstr.c
diff --git a/fd.c b/src/fd.c
index 776575c..776575c 100644
--- a/fd.c
+++ b/src/fd.c
diff --git a/fmt.c b/src/fmt.c
index 52ab5dc..52ab5dc 100644
--- a/fmt.c
+++ b/src/fmt.c
diff --git a/getln.c b/src/getln.c
index f83d3c2..f83d3c2 100644
--- a/getln.c
+++ b/src/getln.c
diff --git a/getoptb.c b/src/getoptb.c
index edee6b8..edee6b8 100644
--- a/getoptb.c
+++ b/src/getoptb.c
diff --git a/iopause.c b/src/iopause.c
index 94a6fea..94a6fea 100644
--- a/iopause.c
+++ b/src/iopause.c
diff --git a/ip4.c b/src/ip4.c
index e77cfb6..e77cfb6 100644
--- a/ip4.c
+++ b/src/ip4.c
diff --git a/ip6.c b/src/ip6.c
index cf8d85b..cf8d85b 100644
--- a/ip6.c
+++ b/src/ip6.c
diff --git a/lock.c b/src/lock.c
index 4ac6b40..4ac6b40 100644
--- a/lock.c
+++ b/src/lock.c
diff --git a/logmsg.c b/src/logmsg.c
index 3f079f4..3f079f4 100644
--- a/logmsg.c
+++ b/src/logmsg.c
diff --git a/ndelay.c b/src/ndelay.c
index f4b5eb8..f4b5eb8 100644
--- a/ndelay.c
+++ b/src/ndelay.c
diff --git a/open.c b/src/open.c
index c430698..c430698 100644
--- a/open.c
+++ b/src/open.c
diff --git a/pathexec.c b/src/pathexec.c
index 2c1e7d1..2c1e7d1 100644
--- a/pathexec.c
+++ b/src/pathexec.c
diff --git a/prot.c b/src/prot.c
index 907de52..907de52 100644
--- a/prot.c
+++ b/src/prot.c
diff --git a/readclose.c b/src/readclose.c
index b0bce7e..b0bce7e 100644
--- a/readclose.c
+++ b/src/readclose.c
diff --git a/scan.c b/src/scan.c
index da3d8ad..da3d8ad 100644
--- a/scan.c
+++ b/src/scan.c
diff --git a/seek.c b/src/seek.c
index ac761a9..ac761a9 100644
--- a/seek.c
+++ b/src/seek.c
diff --git a/sharedlib b/src/sharedlib
index 3bf4f26..3bf4f26 100755
--- a/sharedlib
+++ b/src/sharedlib
diff --git a/sig.c b/src/sig.c
index 0963948..0963948 100644
--- a/sig.c
+++ b/src/sig.c
diff --git a/socket_bind.c b/src/socket_bind.c
index b942e20..b942e20 100644
--- a/socket_bind.c
+++ b/src/socket_bind.c
diff --git a/socket_connect.c b/src/socket_connect.c
index 7b20659..7b20659 100644
--- a/socket_connect.c
+++ b/src/socket_connect.c
diff --git a/socket_if.c b/src/socket_if.c
index f55af4e..f55af4e 100644
--- a/socket_if.c
+++ b/src/socket_if.c
diff --git a/socket_info.c b/src/socket_info.c
index e644798..e644798 100644
--- a/socket_info.c
+++ b/src/socket_info.c
diff --git a/socket_recv.c b/src/socket_recv.c
index de8c856..de8c856 100644
--- a/socket_recv.c
+++ b/src/socket_recv.c
diff --git a/socket_send.c b/src/socket_send.c
index 9f09520..9f09520 100644
--- a/socket_send.c
+++ b/src/socket_send.c
diff --git a/socket_setup.c b/src/socket_setup.c
index fb65fa2..fb65fa2 100644
--- a/socket_setup.c
+++ b/src/socket_setup.c
diff --git a/socket_tcp.c b/src/socket_tcp.c
index 1ff050e..1ff050e 100644
--- a/socket_tcp.c
+++ b/src/socket_tcp.c
diff --git a/socket_udp.c b/src/socket_udp.c
index 743cdf1..743cdf1 100644
--- a/socket_udp.c
+++ b/src/socket_udp.c
diff --git a/str.c b/src/str.c
index 7d5ab5e..7d5ab5e 100644
--- a/str.c
+++ b/src/str.c
diff --git a/stralloc.c b/src/stralloc.c
index 8c0335e..8c0335e 100644
--- a/stralloc.c
+++ b/src/stralloc.c
diff --git a/tai.c b/src/tai.c
index 65a8225..65a8225 100644
--- a/tai.c
+++ b/src/tai.c
diff --git a/taia.c b/src/taia.c
index 22bd816..22bd816 100644
--- a/taia.c
+++ b/src/taia.c
diff --git a/timeout.c b/src/timeout.c
index e721b66..e721b66 100644
--- a/timeout.c
+++ b/src/timeout.c
diff --git a/timeoutconn.c b/src/timeoutconn.c
index c94f600..c94f600 100644
--- a/timeoutconn.c
+++ b/src/timeoutconn.c
diff --git a/uint128p.c b/src/uint128p.c
index 57c713e..57c713e 100644
--- a/uint128p.c
+++ b/src/uint128p.c
diff --git a/uint16p.c b/src/uint16p.c
index 5dddf21..5dddf21 100644
--- a/uint16p.c
+++ b/src/uint16p.c
diff --git a/uint32p.c b/src/uint32p.c
index f3f04ea..f3f04ea 100644
--- a/uint32p.c
+++ b/src/uint32p.c
diff --git a/uint64p.c b/src/uint64p.c
index 41b8ceb..41b8ceb 100644
--- a/uint64p.c
+++ b/src/uint64p.c
diff --git a/uint8p.c b/src/uint8p.c
index a7a1460..a7a1460 100644
--- a/uint8p.c
+++ b/src/uint8p.c
diff --git a/wait.c b/src/wait.c
index 869a120..869a120 100644
--- a/wait.c
+++ b/src/wait.c