diff options
Diffstat (limited to 'cmd/utils/fdlimit_unix.go')
-rw-r--r-- | cmd/utils/fdlimit_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/fdlimit_unix.go b/cmd/utils/fdlimit_unix.go index 2a6dffc8f..08e153bbd 100644 --- a/cmd/utils/fdlimit_unix.go +++ b/cmd/utils/fdlimit_unix.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. -// +build linux darwin +// +build linux darwin netbsd openbsd solaris package utils |