Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 05:45:36 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/sparc64/loader main.c
Message-ID:  <200208211245.g7LCjbre014660@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/08/21 05:45:36 PDT

  Modified files:
    sys/boot/sparc64/loader main.c 
  Log:
   - Define the macro _KERNEL to pretend we are compiling a kernel.
     This is required by recent changes to <sys/pcpu.h>, which uses
     the #error preprocessor directive to keep non-kernel
     applications from using it.
     _KERNEL is defined below the #include <stand.h>, because <stand.h>
     removes the definition of _KERNEL.
   - Move the inclusion of <sys/queue.h> above the inclusion of
     <sys/linker.h> to avoid syntax errors.
  
  Revision  Changes    Path
  1.14      +2 -1      src/sys/boot/sparc64/loader/main.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?200208211245.g7LCjbre014660>