diff options
| author | perry <perry@NetBSD.org> | 2007-12-15 19:44:37 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2007-12-15 19:44:37 +0000 |
| commit | 8b0f9554ff8762542c4defc4f70e1eb76fb508fa (patch) | |
| tree | e4ba004e9b95ba0118be0965790e81f9b4803609 /usr.bin/tput | |
| parent | 381f4068aea50b74700b6a03c4ae538254ae6be3 (diff) | |
convert __attribute__s to applicable cdefs.h macros
Diffstat (limited to 'usr.bin/tput')
| -rw-r--r-- | usr.bin/tput/tput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index da71ab34236..8c2d07aed61 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -1,4 +1,4 @@ -/* $NetBSD: tput.c,v 1.17 2005/07/30 14:43:13 christos Exp $ */ +/* $NetBSD: tput.c,v 1.18 2007/12/15 19:44:53 perry Exp $ */ /*- * Copyright (c) 1980, 1988, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1988, 1993\n\ #if 0 static char sccsid[] = "@(#)tput.c 8.3 (Berkeley) 4/28/95"; #endif -__RCSID("$NetBSD: tput.c,v 1.17 2005/07/30 14:43:13 christos Exp $"); +__RCSID("$NetBSD: tput.c,v 1.18 2007/12/15 19:44:53 perry Exp $"); #endif /* not lint */ #include <termios.h> @@ -54,7 +54,7 @@ __RCSID("$NetBSD: tput.c,v 1.17 2005/07/30 14:43:13 christos Exp $"); static int outc(int); static void prlongname(char *); static void setospeed(void); -static void usage(void) __attribute__((__noreturn__)); +static void usage(void) __dead; static char **process(const char *, char *, char **); int |
