/[smeserver]/rpms/safecat/sme8/safecat.errno.patch
ViewVC logotype

Contents of /rpms/safecat/sme8/safecat.errno.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 20:54:23 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: safecat-1_11-3_el5_sme, HEAD
Import on branch sme8 of package safecat-1.11-3.el5.sme.src.rpm

1 --- error.h1 2004-02-24 15:20:25.000000000 -0800
2 +++ error.h1 2004-02-24 15:20:43.000000000 -0800
3 @@ -1,7 +1,7 @@
4 #ifndef ERROR_H
5 #define ERROR_H
6
7 -extern int errno;
8 +#include <errno.h>
9
10 extern int error_intr;
11 extern int error_nomem;
12 --- tryerrno.c 2004-02-24 15:20:52.000000000 -0800
13 +++ tryerrno.c 2004-02-24 15:21:00.000000000 -0800
14 @@ -1,4 +1,4 @@
15 -extern int errno;
16 +#include <errno.h>
17
18 void main() {
19 errno = 0;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed