freebsd-ports/net/freenet6/files/patch-log.c
Edwin Groothuis 09ed650bee Remove compiler warnings from freenet6 port
When compiling the freenet6 port, some compiler warnings
	are generated. By including string.h they are removed.

PR:		ports/50217
Submitted by:	root <macklobell@hotmail.com>
2003-07-16 05:27:36 +00:00

12 lines
236 B
C

*** src/log.c.org Sun Mar 23 16:41:11 2003
--- src/log.c Sun Mar 23 16:42:54 2003
***************
*** 32,37 ****
--- 32,38 ----
#include <stdio.h>
#include <time.h>
#include <syslog.h>
+ #include <string.h>
#define LOG_IT