Skip to content

Commit

Permalink
Fix for the Hurd, from the debian project.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 15, 2010
1 parent 9141cd7 commit 8d1cff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform_unix.c
Expand Up @@ -46,6 +46,10 @@

#include "physfs_internal.h"

/* !!! FIXME: we should probably remove MAXPATHLEN entirely, if we can. */
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif

int __PHYSFS_platformInit(void)
{
Expand Down

0 comments on commit 8d1cff2

Please sign in to comment.