From owner-cvs-all Sun Dec 20 23:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18002 for cvs-all-outgoing; Sun, 20 Dec 1998 23:40:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17993 for ; Sun, 20 Dec 1998 23:40:09 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id XAA39659; Sun, 20 Dec 1998 23:40:05 -0800 (PST) (envelope-from dillon) Date: Sun, 20 Dec 1998 23:40:05 -0800 (PST) From: Matthew Dillon Message-Id: <199812210740.XAA39659@apollo.backplane.com> To: cvs-committers@FreeBSD.ORG Subject: Odd compilation warning making kernel Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This is odd. compiling netinet/ip_output.c : cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -aout ../../netinet/ip_output.c ../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration ../../netinet/ip_output.c:67: warning: data definition has no type or storage class ../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration ../../netinet/ip_output.c:67: warning: data definition has no type or storage class The line is: static MALLOC_DEFINE(M_IPMOPTS, "ip_moptions", "internet multicast options"); -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message