misc: Make build on macOS work

This commit is contained in:
Johan Bloemberg
2019-02-06 21:38:33 +01:00
parent 0a052494c4
commit 749038c76d
8 changed files with 99 additions and 55 deletions

View File

@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// +build !darwin
// Package socketset is in API for creating a select style netlink socket to
// receive events from the kernel.
package socketset