[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PPP 2.2.0e compile problem
- Subject: PPP 2.2.0e compile problem
- From: jeffrey at watchman.com (Jeffrey Thompson)
- Date: Mon, 12 Feb 96 23:54 EST
I ran into the same problem and I did this:
/* #if 0 line 85 chopped out --jat 2/11/96 */
#ifndef __BIT_TYPES_DEFINED__
#ifdef UINT32_T
typedef UINT32_T u_int32_t;
#else
typedef unsigned int u_int32_t;
#endif /* UINT32_T */
#endif /* BIT_TYPES_DEFINED */
/* line 95 chopped out --jat 2/11/96
#else
#include <sys/types.h>
#endif
*/
Jeffrey