ao.h   ao.h 
skipping to change at line 35 skipping to change at line 35
* *
*/ */
#ifndef __AO_H__ #ifndef __AO_H__
#define __AO_H__ #define __AO_H__
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {
#endif /* __cplusplus */ #endif /* __cplusplus */
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include "os_types.h" #include "os_types.h"
/* --- Constants ---*/ /* --- Constants ---*/
#define AO_TYPE_LIVE 1 #define AO_TYPE_LIVE 1
#define AO_TYPE_FILE 2 #define AO_TYPE_FILE 2
#define AO_ENODRIVER 1 #define AO_ENODRIVER 1
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 os_types.h   os_types.h 
skipping to change at line 35 skipping to change at line 35
*/ */
/* Set type sizes for this platform (Requires Autoconf) */ /* Set type sizes for this platform (Requires Autoconf) */
#ifndef __OS_TYPES_H__ #ifndef __OS_TYPES_H__
#define __OS_TYPES_H__ #define __OS_TYPES_H__
typedef unsigned char uint_8; typedef unsigned char uint_8;
typedef unsigned short uint_16; typedef unsigned short uint_16;
typedef unsigned int uint_32; typedef unsigned int uint_32;
typedef signed char sint_32; typedef signed char sint_8;
typedef signed short sint_16; typedef signed short sint_16;
typedef signed int sint_8; typedef signed int sint_32;
#endif /* __OS_TYPES_H__ */ #endif /* __OS_TYPES_H__ */
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/