Diff for /embedaddon/libnet/sample/isl.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:14:23 version 1.1.1.2, 2023/09/27 11:11:38
Line 73  main(int argc, char *argv[]) Line 73  main(int argc, char *argv[])
     }      }
   
     /*      /*
     *  Initialize the library.  Root priviledges are required.     *  Initialize the library.  Root privileges are required.
      */       */
     l = libnet_init(      l = libnet_init(
             LIBNET_LINK,                            /* injection type */              LIBNET_LINK,                            /* injection type */
Line 164  bad: Line 164  bad:
     return (EXIT_FAILURE);      return (EXIT_FAILURE);
 }  }
   
 /* EOF */  

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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