initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / security / checkpwd / include_errno_h.patch
1 --- ./error.h.orig      2003-10-27 17:12:16.000000000 +0100
2 +++ ./error.h   2003-10-27 17:12:47.000000000 +0100
3 @@ -1,7 +1,8 @@
4  #ifndef ERROR_H
5  #define ERROR_H
6  
7 -extern int errno;
8 +#include <errno.h>
9 +/* extern int errno; */
10  
11  extern int error_intr;
12  extern int error_nomem;