=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/include/unistd.h 2000/09/12 17:30:45 1.33 --- src/include/unistd.h 2000/12/06 17:18:43 1.34 *************** *** 1,4 **** ! /* $OpenBSD: unistd.h,v 1.33 2000/09/12 17:30:45 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unistd.h,v 1.34 2000/12/06 17:18:43 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- *************** *** 56,62 **** #endif __BEGIN_DECLS ! __dead void _exit __P((int)) __attribute__((noreturn)); int access __P((const char *, int)); unsigned int alarm __P((unsigned int)); int chdir __P((const char *)); --- 56,62 ---- #endif __BEGIN_DECLS ! __dead void _exit __P((int)) __attribute__((__noreturn__)); int access __P((const char *, int)); unsigned int alarm __P((unsigned int)); int chdir __P((const char *));