[LinksOS CVS Commit]kernel/hw/mouse mouse.cpp,1.4,1.5
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-17 02:58:10
|
Update of /cvsroot/linksos/kernel/hw/mouse In directory router-internal.tossell.net:/tmp/cvs-serv22057 Modified Files: mouse.cpp Log Message: Title: bad include Changes: removed include to stdio.h Effects: we are NOT using libc functions! a=kennyt Index: mouse.cpp =================================================================== RCS file: /cvsroot/linksos/kernel/hw/mouse/mouse.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mouse.cpp 17 Jan 2003 02:51:16 -0000 1.4 --- mouse.cpp 17 Jan 2003 02:58:01 -0000 1.5 *************** *** 1,3 **** - #include <stdio.h> void show_mouse(void); // replace (void) with bipmap int main() --- 1,2 ---- |