[Libsysio-commit] HEAD: libsysio/include sysio.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-08-20 16:03:02
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30003/include Modified Files: sysio.h Log Message: Break cprintf, and friends, out of init.c and put them in their own file. Also, removed the dependency on _SYSIO_TRACING. Index: sysio.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/sysio.h,v retrieving revision 1.42 retrieving revision 1.43 diff -u -w -b -B -p -r1.42 -r1.43 --- sysio.h 9 May 2007 23:16:20 -0000 1.42 +++ sysio.h 20 Aug 2007 16:02:56 -0000 1.43 @@ -152,9 +152,7 @@ extern char * _sysio_get_args(char *buf, extern time_t _sysio_local_time(void); -#ifdef SYSIO_TRACING extern void _sysio_cprintf(const char *fmt, ...); -#endif /* * The following should be defined by the system includes, and probably are, |