ANSIfy; WARNS=3

This commit is contained in:
xtraeme 2005-01-20 15:56:30 +00:00
parent a448b41c5a
commit 7b1148bc92
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.1 2004/08/18 12:30:01 drochner Exp $ # $NetBSD: Makefile,v 1.2 2005/01/20 15:56:30 xtraeme Exp $
WARNS= 3
PROG= drvctl PROG= drvctl
MAN= drvctl.8 MAN= drvctl.8

View File

@ -1,4 +1,4 @@
/* $NetBSD: drvctl.c,v 1.2 2004/08/18 13:24:55 wiz Exp $ */ /* $NetBSD: drvctl.c,v 1.3 2005/01/20 15:56:30 xtraeme Exp $ */
/* /*
* Copyright (c) 2004 * Copyright (c) 2004
@ -40,7 +40,7 @@
static void usage(void); static void usage(void);
static void static void
usage() usage(void)
{ {
fprintf(stderr, "Usage: %s -r [-a attribute] busdevice [locator ...]\n" fprintf(stderr, "Usage: %s -r [-a attribute] busdevice [locator ...]\n"