Module Name:    src
Committed By:   joerg
Date:           Sat Aug 27 16:29:51 UTC 2011

Modified Files:
        src/sbin/ccdconfig: ccdconfig.c

Log Message:
static. __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sbin/ccdconfig/ccdconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ccdconfig/ccdconfig.c
diff -u src/sbin/ccdconfig/ccdconfig.c:1.50 src/sbin/ccdconfig/ccdconfig.c:1.51
--- src/sbin/ccdconfig/ccdconfig.c:1.50	Tue Jan  4 23:31:29 2011
+++ src/sbin/ccdconfig/ccdconfig.c	Sat Aug 27 16:29:51 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: ccdconfig.c,v 1.50 2011/01/04 23:31:29 wiz Exp $	*/
+/*	$NetBSD: ccdconfig.c,v 1.51 2011/08/27 16:29:51 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 1996, 1997\
  The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: ccdconfig.c,v 1.50 2011/01/04 23:31:29 wiz Exp $");
+__RCSID("$NetBSD: ccdconfig.c,v 1.51 2011/08/27 16:29:51 joerg Exp $");
 #endif
 
 #include <sys/param.h>
@@ -68,7 +68,7 @@
 static	char *core;
 static	char *kernel;
 
-struct	flagval {
+static struct	flagval {
 	const char *fv_flag;
 	int	fv_val;
 } flagvaltab[] = {
@@ -102,7 +102,7 @@
 static	int pathtounit(char *, int *);
 static	void print_ccd_info(struct ccd_softc *, kvm_t *);
 static	char *resolve_ccdname(char *);
-static	void usage(void);
+__dead static	void usage(void);
 
 int
 main(int argc, char *argv[])

Reply via email to