summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/anon/device.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/anon/device.go')
-rw-r--r--pkg/sentry/fs/anon/device.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/anon/device.go b/pkg/sentry/fs/anon/device.go
index 5927bd11e..d9ac14956 100644
--- a/pkg/sentry/fs/anon/device.go
+++ b/pkg/sentry/fs/anon/device.go
@@ -15,7 +15,7 @@
package anon
import (
- "gvisor.googlesource.com/gvisor/pkg/sentry/device"
+ "gvisor.dev/gvisor/pkg/sentry/device"
)
// PseudoDevice is the device on which all anonymous inodes reside.