looutput is called with four args for now.
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 1 Nov 1990 05:56:05 +0000 (21:56 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 1 Nov 1990 05:56:05 +0000 (21:56 -0800)
SCCS-vsn: sys/netinet/if_ether.c 7.13

usr/src/sys/netinet/if_ether.c

index 9e1dcb9..bad0332 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_ether.c  7.12 (Berkeley) %G%
+ *     @(#)if_ether.c  7.13 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -184,7 +184,7 @@ arpresolve(ac, m, destip, desten, usetrailers)
                if (useloopback) {
                        sin.sin_family = AF_INET;
                        sin.sin_addr = *destip;
                if (useloopback) {
                        sin.sin_family = AF_INET;
                        sin.sin_addr = *destip;
-                       (void) looutput(&loif, m, (struct sockaddr *)&sin);
+                       (void) looutput(&loif, m, (struct sockaddr *)&sin, 0);
                        /*
                         * The packet has already been sent and freed.
                         */
                        /*
                         * The packet has already been sent and freed.
                         */