From owner-freebsd-current Sun Aug 24 03:25:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA26103 for current-outgoing; Sun, 24 Aug 1997 03:25:57 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA26089 for ; Sun, 24 Aug 1997 03:25:45 -0700 (PDT) Received: (qmail 858 invoked by uid 1000); 24 Aug 1997 10:26:04 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Sun, 24 Aug 1997 03:26:04 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-current@freebsd.org Subject: A blemish in otherwise perfect picture. Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can some good soul with commit authority fix these annoying warnings? ../../netinet/ip_divert.c: In function `div_bind': ../../netinet/ip_divert.c:327: warning: passing arg 2 of `in_pcbbind' from incompatible pointer type ../../netinet/ip_divert.c: At top level: ../../netinet/ip_divert.c:356: warning: initialization from incompatible pointer type ../../netinet/ip_divert.c:359: warning: initialization from incompatible pointer type ../../pci/pci_compat.c: In function `pci_map_int': ../../pci/pci_compat.c:172: warning: passing arg 3 of `intr_create' from incompatible pointer type ../../i386/isa/sound/soundcard.c:101: warning: no previous prototype for `adintr' and what about: ../../dev/pdq/pdq_ifsubr.c:380: warning: #warning "Implement fddi_resolvemulti!" What are we missing??? Simon