X-Git-Url: https://git.cameronkatri.com/bsd-progress.git/blobdiff_plain/6814f3fb912279eed9dad628244664ccbeba1309..358c353b6dddd98a33c67d1e182f6810bdd45254:/progress.c?ds=inline diff --git a/progress.c b/progress.c index 893e89c..5e4f8ee 100644 --- a/progress.c +++ b/progress.c @@ -1,4 +1,4 @@ -/* $NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $ */ +/* $NetBSD: progress.c,v 1.19 2011/09/16 15:39:28 joerg Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include #ifndef lint -__RCSID("$NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $"); +__RCSID("$NetBSD: progress.c,v 1.19 2011/09/16 15:39:28 joerg Exp $"); #endif /* not lint */ #include @@ -64,8 +64,7 @@ __RCSID("$NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $"); #include "progressbar.h" static void broken_pipe(int unused); -static void usage(void); -int main(int, char *[]); +__dead static void usage(void); static void broken_pipe(int unused)