From owner-freebsd-hackers Fri Mar 8 23:09:07 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28718 for hackers-outgoing; Fri, 8 Mar 1996 23:09:07 -0800 (PST) Received: from tombstone.sunrem.com (tombstone.sunrem.com [199.104.90.54]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA28712 for ; Fri, 8 Mar 1996 23:09:05 -0800 (PST) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id AAA09210; Sat, 9 Mar 1996 00:08:17 -0700 Date: Sat, 9 Mar 1996 00:08:16 -0700 (MST) From: Brandon Gillespie To: hackers@freebsd.org Subject: non-ANSI network #defines... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: owner-hackers@FreeBSD.ORG Precedence: bulk This is trivial, but I figured I would report it irregardless :) When using ntohs and/or htons with gcc -pedantic, the following warning is reported: warning: ANSI C forbids braced-groups within expressions -Brandon Gillespie-