Merge "Merge d98f57876f on remote branch"

This commit is contained in:
Linux Build Service Account 2014-12-09 03:11:03 -08:00 committed by Gerrit - the friendly Code Review server
commit 120aeacf0f
2 changed files with 2 additions and 3 deletions

View file

@ -54,7 +54,6 @@
#include "qsap_api.h"
#include "qsap.h"
#include "libwpa_client/wpa_ctrl.h"
#include <sys/system_properties.h>

View file

@ -39,8 +39,8 @@ typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;
typedef signed short int s16;
typedef unsigned long int u32;
typedef signed long int s32;
typedef unsigned int u32;
typedef signed int s32;
/** Success and error messages */
#define SUCCESS "success"