freebsd-ports/net/beanstalkd
Piotr Kubaj 27cb6d67b3 net/beanstalkd: fix build on 32-bits by specifying correct format specifier
net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat]
              path, strlen(path), maxlen);
                    ^~~~~~~~~~~~
net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
              path, strlen(path), maxlen);
                                  ^~~~~~
2022-09-22 10:13:38 +00:00
..
files net/beanstalkd: fix build on 32-bits by specifying correct format specifier 2022-09-22 10:13:38 +00:00
Makefile
distinfo
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00