summaryrefslogtreecommitdiff
path: root/src/chroot.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 14:33:38 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 14:33:38 +0000
commit276d118b10b6299f460131be7d45b5255fff36bd (patch)
tree43265950bbd102c56fa944fc52abb4b77ff2d6f4 /src/chroot.c
parentfe9d964a786b00ae60e1c17c5322595193e5a7c4 (diff)
downloadcoreutils-276d118b10b6299f460131be7d45b5255fff36bd.tar.xz
(usage): Remove static attribute.
Diffstat (limited to 'src/chroot.c')
-rw-r--r--src/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot.c b/src/chroot.c
index 3298f3b61..76cab5345 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -28,7 +28,7 @@
/* The name this program was run with, for error messages. */
char *program_name;
-static void
+void
usage (int status)
{
if (status != 0)