Subject: (9.5) DEC Alpha with OSF/1 v3.2 |
---|
##FROM: Chantelle Keller <ckeller@ithaca.edu> ##DIFF: CFLAGS $(DEFS) -g3 -O2 PROF -p LDFLAGS -g -O2 LINTLIBSTYLE SYSV LINTFLAGS -b -u -x -wkD $(DEFS) LINTFILTER | sed -n -f ../sedf.sysv SIZE_T unsigned long POINTER void USE_UNION_WAIT DONT ALARMVAL unsigned int SLEEPVAL unsigned int QSORTVAL void LSEEKVAL off_t FREEVAL void _EXITVAL void _PATH_COMPRESS /usr/bin/compress _PATH_EGREP /usr/bin/egrep _PATH_AWK /usr/bin/awk _PATH_SED /usr/bin/sed _PATH_MAILCMD /usr/bin/Mail ##OS: DEC Alpha with OSF/1 v3.2 ##COMPILER: standard Digital-supplied cc compiler ##MISC:I also had to make the following changes: - In innd/rc.c, lib/remopen.c, backends/rcompress.c, and include/clibrary.h, had to change all inet_addr references from "unsigned long" to "unsigned int". - In innd/rc.c, had to change "extern unsigned long htonl();" to "extern unsigned int htonl();" - In lib/makellib.sh, had to change "exec lint ${FLAGS} -u -v -x -o inn $* >/dev/null" to "exec lint ${FLAGS} -u -v -x -oinn $* >/dev/null" (i.e. remove space between "-o" and "inn") ------------------------------ [Last Changed: $Date: 1997/09/23 01:25:57 $ $Revision: 2.17 $] [Copyright: 1997 Heiko Rupp, portions by Tom Limoncelli, Rich Salz, et al.] |