Module Name:    src
Committed By:   joerg
Date:           Fri Jul 13 19:54:53 UTC 2018

Modified Files:
        src/usr.sbin/tprof: tprof.c

Log Message:
Mark tprof_monitor as dead


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/tprof/tprof.c

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

Modified files:

Index: src/usr.sbin/tprof/tprof.c
diff -u src/usr.sbin/tprof/tprof.c:1.9 src/usr.sbin/tprof/tprof.c:1.10
--- src/usr.sbin/tprof/tprof.c:1.9	Fri Jul 13 12:04:50 2018
+++ src/usr.sbin/tprof/tprof.c	Fri Jul 13 19:54:53 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: tprof.c,v 1.9 2018/07/13 12:04:50 maxv Exp $	*/
+/*	$NetBSD: tprof.c,v 1.10 2018/07/13 19:54:53 joerg Exp $	*/
 
 /*
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: tprof.c,v 1.9 2018/07/13 12:04:50 maxv Exp $");
+__RCSID("$NetBSD: tprof.c,v 1.10 2018/07/13 19:54:53 joerg Exp $");
 #endif /* not lint */
 
 #include <sys/ioctl.h>
@@ -84,7 +84,7 @@ int devfd;
 int outfd;
 
 static void tprof_list(int, char **);
-static void tprof_monitor(int, char **);
+static void tprof_monitor(int, char **) __dead;
 
 static struct cmdtab {
 	const char *label;

Reply via email to