OSDN Git Service

Update Go library to r60.
[pf3gnuchains/gcc-fork.git] / libgo / go / os / sys_linux.go
index 408d667..2accd6c 100644 (file)
@@ -6,7 +6,6 @@
 
 package os
 
-
 // Hostname returns the host name reported by the kernel.
 func Hostname() (name string, err Error) {
        f, err := Open("/proc/sys/kernel/hostname")