=================================================================== RCS file: /cvs/prex-old/usr/include/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/usr/include/errno.h 2008/06/03 10:38:47 1.1.1.1 +++ prex-old/usr/include/errno.h 2008/08/13 17:12:36 1.1.1.1.2.1 @@ -1,3 +1,8 @@ +#ifndef _ERRNO_H_ +#define _ERRNO_H_ #include +extern int errno; /* global error number */ + +#endif /* !_ERRNO_H_ */