From owner-cvs-src@FreeBSD.ORG Tue Apr 8 13:21:19 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 B24B637B401; Tue, 8 Apr 2003 13:21:19 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1599E43FA3; Tue, 8 Apr 2003 13:21:19 -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 h38KLIpw037995 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 8 Apr 2003 13:21:18 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <076d01c2fe0c$6c865200$52557f42@errno.com> From: "Sam Leffler" To: "Poul-Henning Kamp" References: <24697.1049831636@critter.freebsd.dk> Date: Tue, 8 Apr 2003 13:21:22 -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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org 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 20:21:20 -0000 Who said anything about installing stuff in /usr/include? What does open source have to do with good programming practice? .h files hold definitions needed by 1 or more pieces of code. You're just obfuscating your code. Sam