From 4fa17c6f9afc7c76d0350d5d9e5996391aa18137 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 08:21:41 +0000 Subject: sprinkle static --- random/random.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'random') diff --git a/random/random.c b/random/random.c index 1515ec71..c4bb50b1 100644 --- a/random/random.c +++ b/random/random.c @@ -1,4 +1,4 @@ -/* $NetBSD: random.c,v 1.13 2009/07/20 05:33:35 dholland Exp $ */ +/* $NetBSD: random.c,v 1.14 2009/08/12 08:27:24 dholland Exp $ */ /* * Copyright (c) 1994 @@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1994\ #if 0 static char sccsid[] = "@(#)random.c 8.6 (Berkeley) 6/1/94"; #else -__RCSID("$NetBSD: random.c,v 1.13 2009/07/20 05:33:35 dholland Exp $"); +__RCSID("$NetBSD: random.c,v 1.14 2009/08/12 08:27:24 dholland Exp $"); #endif #endif /* not lint */ @@ -57,7 +57,7 @@ __RCSID("$NetBSD: random.c,v 1.13 2009/07/20 05:33:35 dholland Exp $"); #include #include -void usage(void) __dead; +static void usage(void) __dead; int main(int argc, char *argv[]) @@ -143,7 +143,7 @@ main(int argc, char *argv[]) return 0; } -void +static void usage(void) { -- cgit v1.2.3-56-ge451