SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/minbif/patches/patch-src_server_poll_inetd_cpp
Normal file
17
net/minbif/patches/patch-src_server_poll_inetd_cpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
https://symlink.me/projects/minbif/repository/revisions/cdc5ed2372b5df08337aa60c32a1c4493321d158
|
||||
|
||||
error: #error "Only <glib.h> can be included directly."
|
||||
|
||||
Index: src/server_poll/inetd.cpp
|
||||
--- src/server_poll/inetd.cpp.orig
|
||||
+++ src/server_poll/inetd.cpp
|
||||
@@ -17,7 +17,8 @@
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
-#include <glib/gmain.h>
|
||||
+#include <glib.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "inetd.h"
|
||||
#include "irc/irc.h"
|
Loading…
Add table
Add a link
Reference in a new issue