Loading e_os.h +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ struct servent *getservbyname(const char *name, const char *proto); # endif /* end vxworks */ #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) #define OSSL_NELEM(x) (sizeof(x)/sizeof((x)[0])) #ifdef __cplusplus } Loading Loading
e_os.h +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ struct servent *getservbyname(const char *name, const char *proto); # endif /* end vxworks */ #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) #define OSSL_NELEM(x) (sizeof(x)/sizeof((x)[0])) #ifdef __cplusplus } Loading