Diff for /xfs-cmds/xfsdump/common/main.c between versions 1.32 and 1.33

version 1.32, 2007/02/01 19:02:45 version 1.33, 2007/02/01 19:10:50
Line 192  main( int argc, char *argv[] ) Line 192  main( int argc, char *argv[] )
         bindtextdomain(PACKAGE, LOCALEDIR);          bindtextdomain(PACKAGE, LOCALEDIR);
         textdomain(PACKAGE);          textdomain(PACKAGE);
   
           /* bootstrap message logging (stage 0)
           */
           mlog_init0();
   
         /* Get the parent's pid. will be used in signal handling          /* Get the parent's pid. will be used in signal handling
          * to differentiate parent from children.           * to differentiate parent from children.
          */           */

Removed from v.1.32  
changed lines
  Added in v.1.33


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>