/[gxemul]/trunk/src/include/errno_freebsd.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/errno_freebsd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 38  Line 38 
38  #ifndef _SYS_ERRNO_H_  #ifndef _SYS_ERRNO_H_
39  #define _SYS_ERRNO_H_  #define _SYS_ERRNO_H_
40    
41    #if 0
42  #ifndef _KERNEL  #ifndef _KERNEL
43  #include <sys/cdefs.h>  #include <sys/cdefs.h>
44  __BEGIN_DECLS  __BEGIN_DECLS
# Line 45  int *  __error(void); Line 46  int *  __error(void);
46  __END_DECLS  __END_DECLS
47  #define errno           (* __error())  #define errno           (* __error())
48  #endif  #endif
49    #endif
50    
51  #define FREEBSD_EPERM           1               /* Operation not permitted */  #define FREEBSD_EPERM           1               /* Operation not permitted */
52  #define FREEBSD_ENOENT          2               /* No such file or directory */  #define FREEBSD_ENOENT          2               /* No such file or directory */

Legend:
Removed from v.42  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26