From: Yang Tse Date: Fri, 26 Feb 2010 19:12:23 +0000 (+0000) Subject: fix sizeof short X-Git-Tag: curl-7_20_1~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc21a5e5a153025faac59d157e0a87b78ffb8281;p=thirdparty%2Fcurl.git fix sizeof short --- diff --git a/src/Makefile.netware b/src/Makefile.netware index cd021bb6e9..8adb104c45 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -489,7 +489,7 @@ endif @echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@ @echo $(DL)#define RETSIGTYPE void$(DL) >> $@ @echo $(DL)#define SIZEOF_INT 4$(DL) >> $@ - @echo $(DL)#define SIZEOF_SHORT 4$(DL) >> $@ + @echo $(DL)#define SIZEOF_SHORT 2$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@