summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/devices/ttydev/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/devices/ttydev/BUILD')
-rw-r--r--pkg/sentry/devices/ttydev/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/devices/ttydev/BUILD b/pkg/sentry/devices/ttydev/BUILD
index b4b6ca38a..ab4cd0b33 100644
--- a/pkg/sentry/devices/ttydev/BUILD
+++ b/pkg/sentry/devices/ttydev/BUILD
@@ -9,8 +9,8 @@ go_library(
deps = [
"//pkg/abi/linux",
"//pkg/context",
+ "//pkg/errors/linuxerr",
"//pkg/sentry/fsimpl/devtmpfs",
"//pkg/sentry/vfs",
- "//pkg/syserror",
],
)