1 $NetBSD: patch-dr,v 1.1 2008/08/30 20:03:03 dholland Exp $
3 --- clock/clock.c.orig 1993-06-29 05:11:39.000000000 +0000
5 @@ -206,6 +206,11 @@ typedef struct clckObject {
9 +static int min(int a, int b);
10 +static int armwidth(int r);
11 +static int seconds_on(Options o);
12 +static int date_on(Options o);