diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 14:15:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 14:15:40 +0000 |
commit | 208b487577de10b45c1cdd4935cf74a5d618643c (patch) | |
tree | 32176eb989fa4c4bc5b35a42e7a6caeea1e068c0 /irc/sircd/files/patch-sircd::src::srv_commands.c | |
parent | Conditionalize the dependency on bzip2. (diff) |
add sircd
The Smart IRC Daemon
Diffstat (limited to 'irc/sircd/files/patch-sircd::src::srv_commands.c')
-rw-r--r-- | irc/sircd/files/patch-sircd::src::srv_commands.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/sircd/files/patch-sircd::src::srv_commands.c b/irc/sircd/files/patch-sircd::src::srv_commands.c new file mode 100644 index 000000000000..640343412e0f --- /dev/null +++ b/irc/sircd/files/patch-sircd::src::srv_commands.c @@ -0,0 +1,11 @@ +--- sircd/src/srv_commands.c.orig Fri Jun 15 16:10:36 2001 ++++ sircd/src/srv_commands.c Fri Jun 15 16:11:25 2001 +@@ -11,6 +11,8 @@ + */ + + #include <srv_include.h> ++#include <sys/types.h> ++#include <sys/stat.h> + + #ifdef WIN32 + #pragma warning(disable : 4090) // const |