From owner-freebsd-net Tue Mar 28 12:19:14 2000 Delivered-To: freebsd-net@freebsd.org Received: from scotch.merit.edu (scotch.merit.edu [198.108.60.195]) by hub.freebsd.org (Postfix) with ESMTP id C19AC37C017 for ; Tue, 28 Mar 2000 12:19:08 -0800 (PST) (envelope-from chopps@scotch.merit.edu) Received: (from chopps@localhost) by scotch.merit.edu (8.8.8/8.8.8) id PAA13490 for freebsd-net@freebsd.org; Tue, 28 Mar 2000 15:19:07 -0500 (EST) Date: Tue, 28 Mar 2000 15:19:07 -0500 From: "Christian E. Hopps" To: freebsd-net@freebsd.org Subject: namespace pollution (if_list) Message-ID: <20000328151907.K8280@merit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1us Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I thought I would drop a note since this is the _second_ time in the last year that I've had to change my code becuase new defines were added to freebsd's header files unprotected. This time its in if_var.h: /* for compatibility with other BSDs */ #define if_addrlist if_addrhead #define if_list if_link Are people failing to realize that this now prohibits use of `if_list' and `if_addrlist' in user programs?? Thanks, Chris. (please include me in the cc as I'm not on the list) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message