summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/gid.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-11-07 23:29:42 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-11-07 23:29:42 -0500
commit25cc9644b2d8dae449e5a75559a202acb21b49bd (patch)
treed05c309afc31d884b8e0e55fed691ca65d54b8d9 /src/nshd/hackers_git/gid.go
parentaa17f05b81357cb3c63bee30b361c682ab12205e (diff)
use the separate packages from lukeshu.com, clean up the Makefile
Diffstat (limited to 'src/nshd/hackers_git/gid.go')
-rw-r--r--src/nshd/hackers_git/gid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/gid.go b/src/nshd/hackers_git/gid.go
index d8293d7..f7bbac7 100644
--- a/src/nshd/hackers_git/gid.go
+++ b/src/nshd/hackers_git/gid.go
@@ -21,7 +21,7 @@
package hackers_git
-import "getgr"
+import "lukeshu.com/git/go/libgnulinux.git/getgr"
func name2gid(name string) int32 {
gr, err := getgr.ByName(name)