diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-25 23:30:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-25 23:30:41 +0000 |
| commit | 1809be3cd462d071c04e67a2648af4ed71925153 (patch) | |
| tree | 673bd41f7fbdfc0c93256fed4d34fdac5c781a8f /sys/boot/common/devopen.c | |
| parent | d9b97e8dfff725b36c2e2ce5d89295355e4762c4 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/devopen.c')
| -rw-r--r-- | sys/boot/common/devopen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/devopen.c b/sys/boot/common/devopen.c index 77d6ffac9851..28a2fab26230 100644 --- a/sys/boot/common/devopen.c +++ b/sys/boot/common/devopen.c @@ -22,10 +22,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stand.h> #include <string.h> |
