diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-01-09 10:44:56 +0100 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2020-01-09 12:30:02 +0100 |
commit | 35a453c649b3219c57f4a90249826eceb9dc9a0b (patch) | |
tree | 602bd31a7b9597ccc47d8b46b099a4ea8d5a8c68 /interfaces/bindtodevice_bsd.go | |
parent | 53297fb6d37d2ff4e743a8dcced949b602b238d3 (diff) |
interfaces: add support for AIX
Signed-off-by: Clément Chigot <clement.chigot@atos.net>
Diffstat (limited to 'interfaces/bindtodevice_bsd.go')
-rw-r--r-- | interfaces/bindtodevice_bsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/bindtodevice_bsd.go b/interfaces/bindtodevice_bsd.go index 180c3eb..50e21c6 100644 --- a/interfaces/bindtodevice_bsd.go +++ b/interfaces/bindtodevice_bsd.go @@ -1,4 +1,4 @@ -// +build freebsd openbsd netbsd darwin +// +build aix freebsd openbsd netbsd darwin package interfaces |