Chameleon

Chameleon Commit Details

Date:2012-02-23 07:22:35 (12 years 1 month ago)
Author:Evan Lojewski
Commit:1827
Parents: 1826
Message:Fixup fdisk for Xcode 4.3
Changes:
M/trunk/i386/util/fdisk/misc.c

File differences

trunk/i386/util/fdisk/misc.c
165165
166166
167167
168
169
170
168
169
170
171171
172172
173173
}
void
putshort(p, l)
void *p;
u_int16_t l;
putshort(
void *p,
u_int16_t l)
{
unsigned char *cp = p;

Archive Download the corresponding diff file

Revision: 1827