]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
(usage): Remove static attribute.
authorJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 14:33:38 +0000 (14:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 14:33:38 +0000 (14:33 +0000)
login-utils/su.c

index 7585db1ec3a4b85714a53aa2b5981324da52a1c2..155efd4226f49ed870f8482dff760abab478a711 100644 (file)
@@ -423,7 +423,7 @@ restricted_shell (const char *shell)
   return 1;
 }
 
-static void
+void
 usage (int status)
 {
   if (status != 0)