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.18 by root, Thu Sep 2 07:44:40 2004 UTC vs.
Revision 1.19 by root, Wed Feb 9 08:32:57 2005 UTC

216 rxvt_init (); 216 rxvt_init ();
217 217
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 fflush (stdout);
221 free (sockname); 222 free (sockname);
222 223
223 io_manager::loop (); 224 io_manager::loop ();
224 225
225 return EXIT_SUCCESS; 226 return EXIT_SUCCESS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines