Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/man Mark the dead.



details:   https://anonhg.NetBSD.org/src/rev/f1757c039ab8
branches:  trunk
changeset: 788944:f1757c039ab8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 30 15:10:04 2013 +0000

description:
Mark the dead.

diffstat:

 usr.bin/man/man.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r e553158eb080 -r f1757c039ab8 usr.bin/man/man.c
--- a/usr.bin/man/man.c Tue Jul 30 13:45:38 2013 +0000
+++ b/usr.bin/man/man.c Tue Jul 30 15:10:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: man.c,v 1.55 2013/07/19 05:05:59 uwe Exp $     */
+/*     $NetBSD: man.c,v 1.56 2013/07/30 15:10:04 joerg Exp $   */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)man.c      8.17 (Berkeley) 1/31/95";
 #else
-__RCSID("$NetBSD: man.c,v 1.55 2013/07/19 05:05:59 uwe Exp $");
+__RCSID("$NetBSD: man.c,v 1.56 2013/07/30 15:10:04 joerg Exp $");
 #endif
 #endif /* not lint */
 
@@ -114,10 +114,10 @@
 static const char      *check_pager(const char *);
 static int      cleanup(void);
 static void     how(const char *);
-static void     jump(char **, const char *, const char *);
+static void     jump(char **, const char *, const char *) __dead;
 static int      manual(char *, struct manstate *, glob_t *);
-static void     onsig(int);
-static void     usage(void) __attribute__((__noreturn__));
+static void     onsig(int) __dead;
+static void     usage(void) __dead;
 static void     addpath(struct manstate *, const char *, size_t, const char *);
 static const char *getclass(const char *);
 static void printmanpath(struct manstate *);



Home | Main Index | Thread Index | Old Index