The AF_CAIF constant is more like to be 37 than 28

This commit is contained in:
Marcel Holtmann 2010-01-28 11:28:11 +01:00
parent 648eded47e
commit 5431aeea0d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
extern "C" {
#endif
#ifndef AF_CAIF
#define AF_CAIF 28 /* CAIF Socket Address Family */
#define AF_CAIF 37 /* CAIF Socket Address Family */
#endif
#ifndef PF_CAIF
#define PF_CAIF AF_CAIF /* CAIF Socket Protocol Family */