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.53 by sf-exg, Fri Nov 19 00:10:18 2010 UTC vs.
Revision 1.54 by sf-exg, Fri Nov 19 00:38:59 2010 UTC

227int 227int
228main (int argc, const char *const *argv) 228main (int argc, const char *const *argv)
229{ 229{
230 ptytty::init (); 230 ptytty::init ();
231 231
232 int opt_fork = 0, opt_opendisplay = 0, opt_quiet = 0; 232 static char opt_fork, opt_opendisplay, opt_quiet;
233#if ENABLE_MLOCK 233#if ENABLE_MLOCK
234 int opt_lock = 0; 234 static char opt_lock;
235#endif 235#endif
236 236
237 for (int i = 1; i < argc; i++) 237 for (int i = 1; i < argc; i++)
238 { 238 {
239 if (!strcmp (argv [i], "-f") || !strcmp (argv [i], "--fork")) 239 if (!strcmp (argv [i], "-f") || !strcmp (argv [i], "--fork"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines