SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
audio/opennap/patches/patch-glob_c
Normal file
12
audio/opennap/patches/patch-glob_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Fix potential 64-bit issue.
|
||||
|
||||
--- glob.c.orig Sat Feb 14 10:42:13 2009
|
||||
+++ glob.c Sat Feb 14 10:42:23 2009
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "opennap.h"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue