mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fa94e87031
- Support CXXFLAGS properly - Add LICENSE - Support staging PR: ports/184849 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
215 B
C++
11 lines
215 B
C++
--- tools/fileserver.cpp.orig
|
|
+++ tools/fileserver.cpp
|
|
@@ -32,6 +32,7 @@
|
|
#include <sys/types.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
+#include <limits.h>
|
|
|
|
DnsMessage *my_handle_query(pending_query *query);
|
|
|