Update of /cvsroot/linux-decnet/latd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv552
Modified Files:
services.h
Log Message:
Get rid of stupid typo that prevents compilation with gcc 4.1
Index: services.h
===================================================================
RCS file: /cvsroot/linux-decnet/latd/services.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** services.h 4 Jan 2004 15:49:04 -0000 1.10
--- services.h 6 Mar 2006 17:00:50 -0000 1.11
***************
*** 76,80 ****
bool is_available();
bool remove_node(const std::string &node);
! void serviceinfo::list_service(std::ostrstream &output);
void expire_nodes(time_t);
void list_nodes(std::ostrstream &output);
--- 76,80 ----
bool is_available();
bool remove_node(const std::string &node);
! void list_service(std::ostrstream &output);
void expire_nodes(time_t);
void list_nodes(std::ostrstream &output);
|