ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtd.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.17 by root, Wed Aug 18 00:34:27 2004 UTC vs.
Revision 1.18 by root, Thu Sep 2 07:44:40 2004 UTC

218 char *sockname = rxvt_connection::unix_sockname (); 218 char *sockname = rxvt_connection::unix_sockname ();
219 unix_listener l (sockname); 219 unix_listener l (sockname);
220 printf ("rxvt-unicode daemon listening on %s.\n", sockname); 220 printf ("rxvt-unicode daemon listening on %s.\n", sockname);
221 free (sockname); 221 free (sockname);
222 222
223 iom.loop (); 223 io_manager::loop ();
224 224
225 return EXIT_SUCCESS; 225 return EXIT_SUCCESS;
226} 226}
227 227

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines