File: compat.h

package info (click to toggle)
libpri 1.2.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 644 kB
  • ctags: 1,325
  • sloc: ansic: 7,708; sh: 6,274; makefile: 183
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
#ifndef __COMPAT_H
#define __COMPAT_H

#ifdef SOLARIS
typedef	unsigned char	u_int8_t;
typedef	unsigned short	u_int16_t;
typedef	unsigned int	u_int32_t;
#endif

#endif