Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / loginutils / vlock.c
index def484ae6d21c8750ac387208691d46962658657..b66a3b1ae162ab4faa916412bd2e0e15336904b4 100644 (file)
@@ -51,7 +51,7 @@ static int o_lock_all = 0;
 static struct spwd *spw;
 
 /* getspuid - get a shadow entry by uid */
-struct spwd *getspuid(uid_t uid)
+static struct spwd *getspuid(uid_t uid)
 {
        struct spwd *sp;
        struct passwd *mypw;