diff options
Diffstat (limited to 'net/relayd/files/patch-d-log.c')
-rw-r--r-- | net/relayd/files/patch-d-log.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/relayd/files/patch-d-log.c b/net/relayd/files/patch-d-log.c new file mode 100644 index 000000000000..0811fecce71d --- /dev/null +++ b/net/relayd/files/patch-d-log.c @@ -0,0 +1,11 @@ +--- relayd/log.c.orig 2008-01-14 09:59:27.825621568 +0900 ++++ relayd/log.c 2008-01-14 09:59:36.888069516 +0900 +@@ -16,7 +16,7 @@ + * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +-#include <sys/types.h> ++#include <sys/param.h> + #include <sys/queue.h> + #include <sys/socket.h> + #include <sys/tree.h> |