mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Add an additional mirror PR: 121190 Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com> (maintainer)
10 lines
266 B
C++
10 lines
266 B
C++
--- br.cpp.orig Thu Feb 28 15:12:00 2008
|
|
+++ br.cpp Thu Feb 28 15:12:12 2008
|
|
@@ -28,6 +28,7 @@
|
|
#include <sys/mman.h>
|
|
#include <fcntl.h>
|
|
#include <syslog.h>
|
|
+#include <strfunc.h>
|
|
#include "br.h"
|
|
|
|
buffered_reader::buffered_reader(int cur_fd, int cur_block_size)
|