From 7a3eea261d4ebcec21129da5056a2226ded538fb Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 11 Jan 1999 22:39:59 +0000 Subject: [PATCH] In userland, pull in instead of for the declaration of errno. --- common/loop-bsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/loop-bsd.c b/common/loop-bsd.c index 63150f5..d777350 100644 --- a/common/loop-bsd.c +++ b/common/loop-bsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: loop-bsd.c,v 1.4 1998/02/03 04:51:29 perry Exp $ */ +/* $NetBSD: loop-bsd.c,v 1.5 1999/01/11 22:40:01 kleink Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -31,9 +31,10 @@ #include #ifndef lint -__RCSID("$NetBSD: loop-bsd.c,v 1.4 1998/02/03 04:51:29 perry Exp $"); +__RCSID("$NetBSD: loop-bsd.c,v 1.5 1999/01/11 22:40:01 kleink Exp $"); #endif +#include #include #include #include @@ -42,7 +43,6 @@ __RCSID("$NetBSD: loop-bsd.c,v 1.4 1998/02/03 04:51:29 perry Exp $"); #endif #include #include -#include #include "os.h" #include "common.h"