From owner-freebsd-current@FreeBSD.ORG Mon Oct 28 14:27:59 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 910AED6D for ; Mon, 28 Oct 2013 14:27:59 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D58B2324 for ; Mon, 28 Oct 2013 14:27:59 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id uz6so3696170obc.0 for ; Mon, 28 Oct 2013 07:27:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YgA1BYYvYDM3lkNnzJ3Rxp52Sumg16vk4e85JZXn4M0=; b=ccjKXaWf6/6wql2BWKlHIUnkc3a+9Q1gBV5yRZONcq91E98Rguh3omejkaSbhcTp98 1BXxKYYhNdV2pCjzJTBdqi+rtxzACztdfYQ8619ngI/EX8+6Ryv4eimJyBP6wwkKQsia zbDvvMurEfQ74/GYHZegSTxnOe1a1x7pI8R92tu4z9fuHMGs4ipNX3meVGKZ3dVZmZY4 wvKxvh0dwjibzU+bV8ltF5fSC7sLuOwGDCfrCGP5ejs6TvZ3CFxY7vXDIIJ2VT5yiga4 /S38HJSTLwZLgZIHaHhjYCueuwIkUSdlaVABYhlogQf9AjrJ1YSqWVlYIjnkBoQ+zFNe zQ0g== MIME-Version: 1.0 X-Received: by 10.182.229.163 with SMTP id sr3mr670185obc.79.1382970478703; Mon, 28 Oct 2013 07:27:58 -0700 (PDT) Received: by 10.76.19.115 with HTTP; Mon, 28 Oct 2013 07:27:58 -0700 (PDT) Date: Mon, 28 Oct 2013 10:27:58 -0400 Message-ID: Subject: CURRENT issue with /dev/cs From: Outback Dingo To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 14:27:59 -0000 cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/cs/if_cs.c ctfconvert -L VERSION -g if_cs.o cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/cs/if_cs_isa.c In file included from /usr/src/sys/dev/cs/if_cs_isa.c:48: /usr/src/sys/dev/cs/if_csvar.h:68:17: error: field has incomplete type 'struct callout' struct callout timer; ^ /usr/src/sys/dev/cs/if_csvar.h:68:9: note: forward declaration of 'struct callout' struct callout timer; ^ 1 error generated. *** Error code 1 Stop. bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC