Skip to content

Commit

Permalink
Fix Solaris compatibility, not specific to SmartOS
Browse files Browse the repository at this point in the history
The previous SmartOS compatiblity commit was mistaken because the
OS identifier string was supposed to be Solaris. This fix here
makes the libpcap driver work on Solaris machines with the libpcap from pkgsrc.
  • Loading branch information
david415 committed Feb 24, 2016
1 parent 11dc0ca commit 4f3c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/libpcap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux freebsd smartos
// +build linux freebsd solaris

/*
* HoneyBadger core library for detecting TCP injection attacks
Expand Down

0 comments on commit 4f3c1be

Please sign in to comment.