=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/include/unistd.h 2000/12/06 17:18:43 1.34 +++ src/include/unistd.h 2001/08/07 21:34:42 1.35 @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.34 2000/12/06 17:18:43 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.35 2001/08/07 21:34:42 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -56,7 +56,7 @@ #endif __BEGIN_DECLS -__dead void _exit __P((int)) __attribute__((__noreturn__)); +__dead void _exit __P((int)); int access __P((const char *, int)); unsigned int alarm __P((unsigned int)); int chdir __P((const char *));