Subversion Repositories planix.SVN

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
104 2192 d 18 h 7u83 /ports/trunk/unix/libterm/ More ansi C conform  
39 2220 d 4 h 7u83 /ports/trunk/unix/libterm/ Removed __P macro for prototyping

So it compiles uhnder Plan9 and maybe other
old systems.
 
37 2220 d 5 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
 
36 2220 d 9 h 7u83 /ports/trunk/unix/ libterm, taken from 4.3BSD