=================================================================== RCS file: /cvs/prex-old/include/sys/errno.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/sys/errno.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/sys/errno.h 2008/08/13 17:12:27 1.1.1.1.2.1 @@ -37,10 +37,6 @@ #ifndef _SYS_ERRNO_H_ #define _SYS_ERRNO_H_ -#ifndef KERNEL -extern int errno; /* global error number */ -#endif - #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */