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/split/split.c | |
| parent | 381f4068aea50b74700b6a03c4ae538254ae6be3 (diff) | |
convert __attribute__s to applicable cdefs.h macros
Diffstat (limited to 'usr.bin/split/split.c')
| -rw-r--r-- | usr.bin/split/split.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 9e2a263d47d..8552d9dba08 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -1,4 +1,4 @@ -/* $NetBSD: split.c,v 1.22 2007/05/31 01:35:35 jschauma Exp $ */ +/* $NetBSD: split.c,v 1.23 2007/12/15 19:44:53 perry Exp $ */ /* * Copyright (c) 1987, 1993, 1994 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94"; #endif -__RCSID("$NetBSD: split.c,v 1.22 2007/05/31 01:35:35 jschauma Exp $"); +__RCSID("$NetBSD: split.c,v 1.23 2007/12/15 19:44:53 perry Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -65,7 +65,7 @@ static void newfile(void); static void split1(off_t, int); static void split2(off_t); static void split3(off_t); -static void usage(void) __attribute__((__noreturn__)); +static void usage(void) __dead; static size_t bigwrite(int, void const *, size_t); int |
