pkgsrc/audio/mt-daapd/patches/patch-ab

13 lines
479 B
Text

$NetBSD: patch-ab,v 1.1 2006/12/06 16:41:26 joerg Exp $
--- src/mp3-scanner.c.orig 2006-12-06 16:35:37.000000000 +0000
+++ src/mp3-scanner.c
@@ -378,7 +378,7 @@ int scan_init(char *path) {
*/
int scan_path(char *path) {
DIR *current_dir;
- char de[sizeof(struct dirent) + MAXNAMLEN + 1]; /* overcommit for solaris */
+ char de[sizeof(struct dirent) + NAME_MAX + 1]; /* overcommit for solaris */
struct dirent *pde;
int err;
char mp3_path[PATH_MAX];