Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 23.11 15 lines 430 B view raw
1--- a/common/common.c 2+++ b/common/common.c 3@@ -991,6 +991,12 @@ ssize_t select_write(const int fd, const void *buf, const size_t buflen, const t 4 * communications media and/or vendor protocol. 5 */ 6 static const char * search_paths[] = { 7+ "@avahi@", 8+ "@freeipmi@", 9+ "@libusb@", 10+ "@neon@", 11+ "@libmodbus@", 12+ "@netsnmp@", 13 /* Use the library path (and bitness) provided during ./configure first */ 14 LIBDIR, 15 "/usr"LIBDIR,