From owner-cvs-src@FreeBSD.ORG Tue Apr 8 12:42:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD8237B40F; Tue, 8 Apr 2003 12:42:34 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5587243F93; Tue, 8 Apr 2003 12:42:33 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h38JgVpw037822 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 8 Apr 2003 12:42:32 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <074e01c2fe07$0205b5b0$52557f42@errno.com> From: "Sam Leffler" To: "Poul-Henning Kamp" , , , References: <200304081912.h38JCm4k075271@repoman.freebsd.org> Date: Tue, 8 Apr 2003 12:42:36 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: cvs commit: src/sys/dev/adlink adlink.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 19:42:34 -0000 > Use #ifdef _KERNEL to let .c file double as .h file defining the ioctls. Yech! If style(9) doesn't address this, I'd say it's time to add it. Sam