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

Annotation of /rpms/safecat/sme7/safecat.errno.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 17:22:34 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: safecat-1_11-3_el4_sme, HEAD
Import on branch sme7 of package safecat-1.11-3.el4.sme.src.rpm

1 slords 1.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