aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-26 19:12:23 +0000
committerYang Tse <yangsita@gmail.com>2010-02-26 19:12:23 +0000
commitdc21a5e5a153025faac59d157e0a87b78ffb8281 (patch)
tree93a182f85a2a75bfa0e92649dc55dd3847551869 /src/Makefile.netware
parentcef95aadebf0be4be6b4ed82e07f38cc83faf546 (diff)
fix sizeof short
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index cd021bb6e..8adb104c4 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) >> $@