about summary refs log tree commit diff stats
path: root/src/luasocket/unixdgram.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-03 20:59:08 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-03 20:59:08 -0800
commit5c1a7b6b12dc850145938e5b656778fc741a968a (patch)
tree36dc8029853738d395c5d46ec6eca351a841c584 /src/luasocket/unixdgram.c
parentf5be8e1955a1a0e0da4f1e15dfce9482671387f8 (diff)
downloadteliva-5c1a7b6b12dc850145938e5b656778fc741a968a.tar.gz
fix a couple of warnings
It's not clear to me where my Linux gets strlcpy and strlcat from
¯\_(ツ)_/¯
Diffstat (limited to 'src/luasocket/unixdgram.c')
0 files changed, 0 insertions, 0 deletions
c8cb0938f56bed3df2af3d122bd6'>^
810542f1 ^
b1bbe92d ^
















b1bbe92d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60