Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/reboot.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/reboot.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.23.52.1 retrieving revision 1.23.52.2 diff -u -p -r1.23.52.1 -r1.23.52.2 --- src/sys/sys/reboot.h 2007/11/19 00:49:31 1.23.52.1 +++ src/sys/sys/reboot.h 2008/02/18 21:07:23 1.23.52.2 @@ -1,4 +1,4 @@ -/* $NetBSD: reboot.h,v 1.23.52.1 2007/11/19 00:49:31 mjf Exp $ */ +/* $NetBSD: reboot.h,v 1.23.52.2 2008/02/18 21:07:23 mjf Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993, 1994 @@ -115,7 +115,7 @@ __BEGIN_DECLS void cpu_reboot(int, char *) - __attribute__((__noreturn__)); + __dead; __END_DECLS