aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/path_plan9.go')
-rw-r--r--src/os/path_plan9.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/path_plan9.go b/src/os/path_plan9.go
index a54b4b98f1..f1c9dbc048 100644
--- a/src/os/path_plan9.go
+++ b/src/os/path_plan9.go
@@ -14,6 +14,6 @@ func IsPathSeparator(c uint8) bool {
return PathSeparator == c
}
-func fixRootDirectory(p string) string {
- return p
+func volumeName(p string) string {
+ return ""
}