Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 06:43:38 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumparser.c
Message-ID:  <200010131343.GAA44169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/10/13 06:43:37 PDT

  Modified files:
    sys/dev/vinum        vinumparser.c 
  Log:
  Avoid impending world breakage.
  1. Don't include <sys/conf.h> in userland.  It is not used, and including it
     without including its prerequisite <sys/time.h> should have broken the
     world.
  2. Don't include <sys/mount.h>.  It is not used, except in -current it
     bogusly includes <sys/stat.h> which bogusly includes <sys/time.h> and
     thus accidentally provides the prerequisite in (1).
  3. Cleaned up nearby include messes.
  
  Not approved by despite 5 weeks notice: MAINTAINER
  
  Revision  Changes    Path
  1.25      +3 -10     src/sys/dev/vinum/vinumparser.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010131343.GAA44169>