Subversion Repositories planix.SVN

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
104 2192 d 9 h 7u83 /ports/trunk/unix/libterm/ More ansi C conform  
/ports/trunk/unix/libterm/Makefile
/ports/trunk/unix/libterm/termcap.c
/ports/trunk/unix/libterm/tputs.c
39 2219 d 19 h 7u83 /ports/trunk/unix/libterm/ Removed __P macro for prototyping

So it compiles uhnder Plan9 and maybe other
old systems.
 
/ports/trunk/unix/libterm/termcap.c
37 2219 d 19 h 7u83 /ports/trunk/unix/libterm/ Compiles without warnings

Using a "modern" C compiler it compiles in a
posix environment using the following command:
cc -pedantic -Wall -std=c89 -c termcap.c
 
/ports/trunk/unix/libterm/termcap.c
36 2219 d 23 h 7u83 /ports/trunk/unix/ libterm, taken from 4.3BSD  
/ports/trunk/unix
/ports/trunk/unix/libterm
/ports/trunk/unix/libterm/Makefile
/ports/trunk/unix/libterm/pathnames.h
/ports/trunk/unix/libterm/sgtty.h
/ports/trunk/unix/libterm/tags
/ports/trunk/unix/libterm/termcap.3
/ports/trunk/unix/libterm/termcap.c
/ports/trunk/unix/libterm/test
/ports/trunk/unix/libterm/test/tc1.c
/ports/trunk/unix/libterm/test/tc2.c
/ports/trunk/unix/libterm/test/tc3.c
/ports/trunk/unix/libterm/tgoto.c
/ports/trunk/unix/libterm/tputs.c