Commit 9d6d1984 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fixes for weekly.2011-11-09

parent 6b4b8072
......@@ -2,12 +2,12 @@ package fuse
import (
"bufio"
"exec"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"
"runtime"
"sort"
......
......@@ -2,14 +2,14 @@ package fuse
import (
"bytes"
"exec"
"fmt"
"io"
"io/ioutil"
"log"
"math/rand"
"os"
"os/exec"
"path/filepath"
"rand"
"strings"
"syscall"
"testing"
......
......@@ -3,10 +3,10 @@ package fuse
// Written with a look to http://ptspts.blogspot.com/2009/11/fuse-protocol-tutorial-for-linux-26.html
import (
"errors"
"exec"
"fmt"
"log"
"os"
"os/exec"
"path/filepath"
"syscall"
"unsafe"
......
package unionfs
import (
"exec"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"
"syscall"
"testing"
......
package unionfs
import (
"exec"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"
"syscall"
"testing"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment