Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix issue with compiler pre clang11
Baptiste Daroussin committed 5 years ago
commit 851524722caedb2cc9b997001146b56ef2ccb882
parent f5cf2feb54b6cf808f83a4923e74047cb7950ccf
1 file changed +1 -1
modified libpkg/pkg_ports.c
@@ -1286,7 +1286,7 @@ open_directory_of(const char *file)
}

int
-
include_plist(struct plist *p, char *name, struct file_attr * __unused)
+
include_plist(struct plist *p, char *name, struct file_attr *a __unused)
{
	FILE *f;
	int fd;