Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix a warning on arm
Baptiste Daroussin committed 10 years ago
commit 239a32f588bd033e414661fb477ac4481a76fd3e
parent 5de814b
1 file changed +1 -1
modified libpkg/pkg_ports.c
@@ -377,7 +377,7 @@ meta_file(struct plist *p, char *line, struct file_attr *a, bool is_config)
	if (regular) {
		p->flatsize += st.st_size;
		if (is_config) {
-
			size_t sz;
+
			off_t sz;
			char *content;
			file_to_buffer(testpath, &content, &sz);
			pkg_addconfig_file(p->pkg, path, content);