openbsd-ports/comms/obexftp/patches/patch-obexftp_dirtraverse_c
grange 008a552b75 Import obexftp-0.10.4.
obexftp common usage is to access mobile phones memory
to store and retrieve e.g. phonebook, logos, ringtones,
music, pictures and alike.

ok naddy@
2004-11-12 08:06:54 +00:00

12 lines
352 B
Plaintext

$OpenBSD: patch-obexftp_dirtraverse_c,v 1.1.1.1 2004/11/12 08:06:54 grange Exp $
--- obexftp/dirtraverse.c.orig Wed Oct 20 22:11:21 2004
+++ obexftp/dirtraverse.c Wed Oct 20 22:11:36 2004
@@ -29,6 +29,7 @@
#define _POSIX_PATH_MAX MAX_PATH
#endif /* _WIN32 */
#include <dirent.h>
+#include <limits.h>
#include "dirtraverse.h"
#include <common.h>