From owner-cvs-all Fri Jan 30 19:20:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02160 for cvs-all-outgoing; Fri, 30 Jan 1998 19:20:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02135; Fri, 30 Jan 1998 19:20:24 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07339; Fri, 30 Jan 1998 19:19:07 -0800 (PST) Date: Fri, 30 Jan 1998 19:19:07 -0800 (PST) Message-Id: <199801310319.TAA07339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" eivind 1998/01/30 19:19:07 PST Modified files: sys/dev/ccd ccd.c Log: Remove unused devfs include. (Julian or Satoshi might want to add proper DEVFS support here; just including the header file doesn't do any good, and would make this depend on opt_devfs.h) Revision Changes Path 1.28 +1 -4 src/sys/dev/ccd/ccd.c