From owner-freebsd-bugs@FreeBSD.ORG Thu Aug 25 00:14:13 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B96B16A41F for ; Thu, 25 Aug 2005 00:14:13 +0000 (GMT) (envelope-from mstorer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2687943D49 for ; Thu, 25 Aug 2005 00:14:12 +0000 (GMT) (envelope-from mstorer@gmail.com) Received: by wproxy.gmail.com with SMTP id i3so281823wra for ; Wed, 24 Aug 2005 17:14:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K1zxPA/lCzSjLhtpCeogoh9rGtQ1STmEm4AHi635NVkV2d6Jk14tIxJN9ovCgliGA/pijagdT12eCCargR5+gGNXJepWvgIiideGpx+tLJYuySNixLmSmv33hZhfzr6tj75gAYVbaR3SUzqJTQdDLBMipeUwqDJC5WUrftKcr2c= Received: by 10.54.43.24 with SMTP id q24mr1334396wrq; Wed, 24 Aug 2005 17:14:11 -0700 (PDT) Received: by 10.54.28.52 with HTTP; Wed, 24 Aug 2005 17:14:11 -0700 (PDT) Message-ID: <99ee2ecf05082417149209411@mail.gmail.com> Date: Wed, 24 Aug 2005 20:14:11 -0400 From: Matt Storer To: freebsd-bugs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: kernel bug in uipc_syscalls.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 00:14:13 -0000 Hi - I'm in the process of reinstalling FreeBSD 5.4-STABLE onto an i386 box. I was in the process of recompiling my custom kernel when I came upon an error during the "make" step, in uipc_syscalls.c. The error looked basically like: uipc_syscalls.c in function "socket" 176: error: structure has no member named `f_gps' I looked into it, and I came to the conclusion that f_gps was supposed to be f_ops, a member of struct file. So I backed up uipc_syscalls.c and made the change. The kernel has now been compiling just fine through that bug. sooo... I can't imagine you guys haven't found this yet, but in the unlikely even you haven't, there ya go. I don't know how my copy of uipc_syscalls.c could get foobar'd otherwise. ... additionally, I'm quite interested to know if that bug exists on your end of things. PLEASE let me know if it doesn't. Thanks! Matt