mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
unified-errors-define-away-missing-errors-20030310
define missing errors
This commit is contained in:
parent
ed554fda9c
commit
3d15d2f502
@ -125,7 +125,7 @@ afs_lhash.o: ${srcdir}/afs_lhash.c ${includes}
|
||||
|
||||
unified_afs.c unified_afs.h: unified_afs.et
|
||||
$(RM) -f unified_afs.c unified_afs.h
|
||||
${COMPILE_ET} unified_afs
|
||||
${COMPILE_ET} -p ${srcdir} unified_afs -h uae
|
||||
|
||||
#
|
||||
# Install targets
|
||||
|
369
src/util/uae.p.h
Normal file
369
src/util/uae.p.h
Normal file
@ -0,0 +1,369 @@
|
||||
#ifndef EPERM
|
||||
#define EPERM 0
|
||||
#endif /* EPERM */
|
||||
#ifndef ENOENT
|
||||
#define ENOENT 0
|
||||
#endif /* ENOENT */
|
||||
#ifndef ESRCH
|
||||
#define ESRCH 0
|
||||
#endif /* ESRCH */
|
||||
#ifndef EINTR
|
||||
#define EINTR 0
|
||||
#endif /* EINTR */
|
||||
#ifndef EIO
|
||||
#define EIO 0
|
||||
#endif /* EIO */
|
||||
#ifndef ENXIO
|
||||
#define ENXIO 0
|
||||
#endif /* ENXIO */
|
||||
#ifndef E2BIG
|
||||
#define E2BIG 0
|
||||
#endif /* E2BIG */
|
||||
#ifndef ENOEXEC
|
||||
#define ENOEXEC 0
|
||||
#endif /* ENOEXEC */
|
||||
#ifndef EBADF
|
||||
#define EBADF 0
|
||||
#endif /* EBADF */
|
||||
#ifndef ECHILD
|
||||
#define ECHILD 0
|
||||
#endif /* ECHILD */
|
||||
#ifndef EAGAIN
|
||||
#define EAGAIN 0
|
||||
#endif /* EAGAIN */
|
||||
#ifndef ENOMEM
|
||||
#define ENOMEM 0
|
||||
#endif /* ENOMEM */
|
||||
#ifndef EACCES
|
||||
#define EACCES 0
|
||||
#endif /* EACCES */
|
||||
#ifndef EFAULT
|
||||
#define EFAULT 0
|
||||
#endif /* EFAULT */
|
||||
#ifndef ENOTBLK
|
||||
#define ENOTBLK 0
|
||||
#endif /* ENOTBLK */
|
||||
#ifndef EBUSY
|
||||
#define EBUSY 0
|
||||
#endif /* EBUSY */
|
||||
#ifndef EEXIST
|
||||
#define EEXIST 0
|
||||
#endif /* EEXIST */
|
||||
#ifndef EXDEV
|
||||
#define EXDEV 0
|
||||
#endif /* EXDEV */
|
||||
#ifndef ENODEV
|
||||
#define ENODEV 0
|
||||
#endif /* ENODEV */
|
||||
#ifndef ENOTDIR
|
||||
#define ENOTDIR 0
|
||||
#endif /* ENOTDIR */
|
||||
#ifndef EISDIR
|
||||
#define EISDIR 0
|
||||
#endif /* EISDIR */
|
||||
#ifndef EINVAL
|
||||
#define EINVAL 0
|
||||
#endif /* EINVAL */
|
||||
#ifndef ENFILE
|
||||
#define ENFILE 0
|
||||
#endif /* ENFILE */
|
||||
#ifndef EMFILE
|
||||
#define EMFILE 0
|
||||
#endif /* EMFILE */
|
||||
#ifndef ENOTTY
|
||||
#define ENOTTY 0
|
||||
#endif /* ENOTTY */
|
||||
#ifndef ETXTBSY
|
||||
#define ETXTBSY 0
|
||||
#endif /* ETXTBSY */
|
||||
#ifndef EFBIG
|
||||
#define EFBIG 0
|
||||
#endif /* EFBIG */
|
||||
#ifndef ENOSPC
|
||||
#define ENOSPC 0
|
||||
#endif /* ENOSPC */
|
||||
#ifndef ESPIPE
|
||||
#define ESPIPE 0
|
||||
#endif /* ESPIPE */
|
||||
#ifndef EROFS
|
||||
#define EROFS 0
|
||||
#endif /* EROFS */
|
||||
#ifndef EMLINK
|
||||
#define EMLINK 0
|
||||
#endif /* EMLINK */
|
||||
#ifndef EPIPE
|
||||
#define EPIPE 0
|
||||
#endif /* EPIPE */
|
||||
#ifndef EDOM
|
||||
#define EDOM 0
|
||||
#endif /* EDOM */
|
||||
#ifndef ERANGE
|
||||
#define ERANGE 0
|
||||
#endif /* ERANGE */
|
||||
#ifndef EDEADLK
|
||||
#define EDEADLK 0
|
||||
#endif /* EDEADLK */
|
||||
#ifndef ENAMETOOLONG
|
||||
#define ENAMETOOLONG 0
|
||||
#endif /* ENAMETOOLONG */
|
||||
#ifndef ENOLCK
|
||||
#define ENOLCK 0
|
||||
#endif /* ENOLCK */
|
||||
#ifndef ENOSYS
|
||||
#define ENOSYS 0
|
||||
#endif /* ENOSYS */
|
||||
#ifndef ENOTEMPTY
|
||||
#define ENOTEMPTY 0
|
||||
#endif /* ENOTEMPTY */
|
||||
#ifndef ELOOP
|
||||
#define ELOOP 0
|
||||
#endif /* ELOOP */
|
||||
#ifndef EWOULDBLOCK
|
||||
#define EWOULDBLOCK 0
|
||||
#endif /* EWOULDBLOCK */
|
||||
#ifndef ENOMSG
|
||||
#define ENOMSG 0
|
||||
#endif /* ENOMSG */
|
||||
#ifndef EIDRM
|
||||
#define EIDRM 0
|
||||
#endif /* EIDRM */
|
||||
#ifndef ECHRNG
|
||||
#define ECHRNG 0
|
||||
#endif /* ECHRNG */
|
||||
#ifndef EL2NSYNC
|
||||
#define EL2NSYNC 0
|
||||
#endif /* EL2NSYNC */
|
||||
#ifndef EL3HLT
|
||||
#define EL3HLT 0
|
||||
#endif /* EL3HLT */
|
||||
#ifndef EL3RST
|
||||
#define EL3RST 0
|
||||
#endif /* EL3RST */
|
||||
#ifndef ELNRNG
|
||||
#define ELNRNG 0
|
||||
#endif /* ELNRNG */
|
||||
#ifndef EUNATCH
|
||||
#define EUNATCH 0
|
||||
#endif /* EUNATCH */
|
||||
#ifndef ENOCSI
|
||||
#define ENOCSI 0
|
||||
#endif /* ENOCSI */
|
||||
#ifndef EL2HLT
|
||||
#define EL2HLT 0
|
||||
#endif /* EL2HLT */
|
||||
#ifndef EBADE
|
||||
#define EBADE 0
|
||||
#endif /* EBADE */
|
||||
#ifndef EBADR
|
||||
#define EBADR 0
|
||||
#endif /* EBADR */
|
||||
#ifndef EXFULL
|
||||
#define EXFULL 0
|
||||
#endif /* EXFULL */
|
||||
#ifndef ENOANO
|
||||
#define ENOANO 0
|
||||
#endif /* ENOANO */
|
||||
#ifndef EBADRQC
|
||||
#define EBADRQC 0
|
||||
#endif /* EBADRQC */
|
||||
#ifndef EBADSLT
|
||||
#define EBADSLT 0
|
||||
#endif /* EBADSLT */
|
||||
#ifndef EBFONT
|
||||
#define EBFONT 0
|
||||
#endif /* EBFONT */
|
||||
#ifndef ENOSTR
|
||||
#define ENOSTR 0
|
||||
#endif /* ENOSTR */
|
||||
#ifndef ENODATA
|
||||
#define ENODATA 0
|
||||
#endif /* ENODATA */
|
||||
#ifndef ETIME
|
||||
#define ETIME 0
|
||||
#endif /* ETIME */
|
||||
#ifndef ENOSR
|
||||
#define ENOSR 0
|
||||
#endif /* ENOSR */
|
||||
#ifndef ENONET
|
||||
#define ENONET 0
|
||||
#endif /* ENONET */
|
||||
#ifndef ENOPKG
|
||||
#define ENOPKG 0
|
||||
#endif /* ENOPKG */
|
||||
#ifndef EREMOTE
|
||||
#define EREMOTE 0
|
||||
#endif /* EREMOTE */
|
||||
#ifndef ENOLINK
|
||||
#define ENOLINK 0
|
||||
#endif /* ENOLINK */
|
||||
#ifndef EADV
|
||||
#define EADV 0
|
||||
#endif /* EADV */
|
||||
#ifndef ESRMNT
|
||||
#define ESRMNT 0
|
||||
#endif /* ESRMNT */
|
||||
#ifndef ECOMM
|
||||
#define ECOMM 0
|
||||
#endif /* ECOMM */
|
||||
#ifndef EPROTO
|
||||
#define EPROTO 0
|
||||
#endif /* EPROTO */
|
||||
#ifndef EMULTIHOP
|
||||
#define EMULTIHOP 0
|
||||
#endif /* EMULTIHOP */
|
||||
#ifndef EDOTDOT
|
||||
#define EDOTDOT 0
|
||||
#endif /* EDOTDOT */
|
||||
#ifndef EBADMSG
|
||||
#define EBADMSG 0
|
||||
#endif /* EBADMSG */
|
||||
#ifndef EOVERFLOW
|
||||
#define EOVERFLOW 0
|
||||
#endif /* EOVERFLOW */
|
||||
#ifndef ENOTUNIQ
|
||||
#define ENOTUNIQ 0
|
||||
#endif /* ENOTUNIQ */
|
||||
#ifndef EBADFD
|
||||
#define EBADFD 0
|
||||
#endif /* EBADFD */
|
||||
#ifndef EREMCHG
|
||||
#define EREMCHG 0
|
||||
#endif /* EREMCHG */
|
||||
#ifndef ELIBACC
|
||||
#define ELIBACC 0
|
||||
#endif /* ELIBACC */
|
||||
#ifndef ELIBBAD
|
||||
#define ELIBBAD 0
|
||||
#endif /* ELIBBAD */
|
||||
#ifndef ELIBSCN
|
||||
#define ELIBSCN 0
|
||||
#endif /* ELIBSCN */
|
||||
#ifndef ELIBMAX
|
||||
#define ELIBMAX 0
|
||||
#endif /* ELIBMAX */
|
||||
#ifndef ELIBEXEC
|
||||
#define ELIBEXEC 0
|
||||
#endif /* ELIBEXEC */
|
||||
#ifndef EILSEQ
|
||||
#define EILSEQ 0
|
||||
#endif /* EILSEQ */
|
||||
#ifndef ERESTART
|
||||
#define ERESTART 0
|
||||
#endif /* ERESTART */
|
||||
#ifndef ESTRPIPE
|
||||
#define ESTRPIPE 0
|
||||
#endif /* ESTRPIPE */
|
||||
#ifndef EUSERS
|
||||
#define EUSERS 0
|
||||
#endif /* EUSERS */
|
||||
#ifndef ENOTSOCK
|
||||
#define ENOTSOCK 0
|
||||
#endif /* ENOTSOCK */
|
||||
#ifndef EDESTADDRREQ
|
||||
#define EDESTADDRREQ 0
|
||||
#endif /* EDESTADDRREQ */
|
||||
#ifndef EMSGSIZE
|
||||
#define EMSGSIZE 0
|
||||
#endif /* EMSGSIZE */
|
||||
#ifndef EPROTOTYPE
|
||||
#define EPROTOTYPE 0
|
||||
#endif /* EPROTOTYPE */
|
||||
#ifndef ENOPROTOOPT
|
||||
#define ENOPROTOOPT 0
|
||||
#endif /* ENOPROTOOPT */
|
||||
#ifndef EPROTONOSUPPORT
|
||||
#define EPROTONOSUPPORT 0
|
||||
#endif /* EPROTONOSUPPORT */
|
||||
#ifndef ESOCKTNOSUPPORT
|
||||
#define ESOCKTNOSUPPORT 0
|
||||
#endif /* ESOCKTNOSUPPORT */
|
||||
#ifndef EOPNOTSUPP
|
||||
#define EOPNOTSUPP 0
|
||||
#endif /* EOPNOTSUPP */
|
||||
#ifndef EPFNOSUPPORT
|
||||
#define EPFNOSUPPORT 0
|
||||
#endif /* EPFNOSUPPORT */
|
||||
#ifndef EAFNOSUPPORT
|
||||
#define EAFNOSUPPORT 0
|
||||
#endif /* EAFNOSUPPORT */
|
||||
#ifndef EADDRINUSE
|
||||
#define EADDRINUSE 0
|
||||
#endif /* EADDRINUSE */
|
||||
#ifndef EADDRNOTAVAIL
|
||||
#define EADDRNOTAVAIL 0
|
||||
#endif /* EADDRNOTAVAIL */
|
||||
#ifndef ENETDOWN
|
||||
#define ENETDOWN 0
|
||||
#endif /* ENETDOWN */
|
||||
#ifndef ENETUNREACH
|
||||
#define ENETUNREACH 0
|
||||
#endif /* ENETUNREACH */
|
||||
#ifndef ENETRESET
|
||||
#define ENETRESET 0
|
||||
#endif /* ENETRESET */
|
||||
#ifndef ECONNABORTED
|
||||
#define ECONNABORTED 0
|
||||
#endif /* ECONNABORTED */
|
||||
#ifndef ECONNRESET
|
||||
#define ECONNRESET 0
|
||||
#endif /* ECONNRESET */
|
||||
#ifndef ENOBUFS
|
||||
#define ENOBUFS 0
|
||||
#endif /* ENOBUFS */
|
||||
#ifndef EISCONN
|
||||
#define EISCONN 0
|
||||
#endif /* EISCONN */
|
||||
#ifndef ENOTCONN
|
||||
#define ENOTCONN 0
|
||||
#endif /* ENOTCONN */
|
||||
#ifndef ESHUTDOWN
|
||||
#define ESHUTDOWN 0
|
||||
#endif /* ESHUTDOWN */
|
||||
#ifndef ETOOMANYREFS
|
||||
#define ETOOMANYREFS 0
|
||||
#endif /* ETOOMANYREFS */
|
||||
#ifndef ETIMEDOUT
|
||||
#define ETIMEDOUT 0
|
||||
#endif /* ETIMEDOUT */
|
||||
#ifndef ECONNREFUSED
|
||||
#define ECONNREFUSED 0
|
||||
#endif /* ECONNREFUSED */
|
||||
#ifndef EHOSTDOWN
|
||||
#define EHOSTDOWN 0
|
||||
#endif /* EHOSTDOWN */
|
||||
#ifndef EHOSTUNREACH
|
||||
#define EHOSTUNREACH 0
|
||||
#endif /* EHOSTUNREACH */
|
||||
#ifndef EALREADY
|
||||
#define EALREADY 0
|
||||
#endif /* EALREADY */
|
||||
#ifndef EINPROGRESS
|
||||
#define EINPROGRESS 0
|
||||
#endif /* EINPROGRESS */
|
||||
#ifndef ESTALE
|
||||
#define ESTALE 0
|
||||
#endif /* ESTALE */
|
||||
#ifndef EUCLEAN
|
||||
#define EUCLEAN 0
|
||||
#endif /* EUCLEAN */
|
||||
#ifndef ENOTNAM
|
||||
#define ENOTNAM 0
|
||||
#endif /* ENOTNAM */
|
||||
#ifndef ENAVAIL
|
||||
#define ENAVAIL 0
|
||||
#endif /* ENAVAIL */
|
||||
#ifndef EISNAM
|
||||
#define EISNAM 0
|
||||
#endif /* EISNAM */
|
||||
#ifndef EREMOTEIO
|
||||
#define EREMOTEIO 0
|
||||
#endif /* EREMOTEIO */
|
||||
#ifndef EDQUOT
|
||||
#define EDQUOT 0
|
||||
#endif /* EDQUOT */
|
||||
#ifndef ENOMEDIUM
|
||||
#define ENOMEDIUM 0
|
||||
#endif /* ENOMEDIUM */
|
||||
#ifndef EMEDIUMTYPE
|
||||
#define EMEDIUMTYPE 0
|
||||
#endif /* EMEDIUMTYPE */
|
Loading…
Reference in New Issue
Block a user