X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fbsdcompat.h;fp=compat%2Finclude%2Fbsdcompat.h;h=ce7d6538544999f99e5b8a8285908f107adc3851;hp=0edf00db24009f3374303f7401b1d676e78beb7f;hb=3e8961b70386c298ef95b85171ec9bb5dea9649a;hpb=5d8d264f597006c9012d853aeacf15a3d7e8f8d8 diff --git a/compat/include/bsdcompat.h b/compat/include/bsdcompat.h index 0edf00d..ce7d653 100644 --- a/compat/include/bsdcompat.h +++ b/compat/include/bsdcompat.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: bsdcompat.h,v 1.20 2003/10/26 16:05:46 stelian Exp $ + * $Id: bsdcompat.h,v 1.21 2003/11/22 16:52:16 stelian Exp $ */ #include @@ -87,7 +87,7 @@ typedef int8_t __s8; typedef int16_t __s16; typedef int32_t __s32; #ifndef u_int -#typedef unsigned int u_int; +typedef unsigned int u_int; #endif #ifndef u_int16_t typedef unsigned short u_int16_t;