diff options
| author | cgd <cgd@NetBSD.org> | 1994-05-27 03:33:03 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-05-27 03:33:03 +0000 |
| commit | 804948a48fdcf6049aa7522c6ab74f1625e87554 (patch) | |
| tree | 71f68bf4883b322d905e46c5543d95cea2313520 /sys/lib/libnetboot/exec.c | |
| parent | f79d9359405c6095e9bc1a4a78bb44b08485a51b (diff) | |
kill header and Header lossage
Diffstat (limited to 'sys/lib/libnetboot/exec.c')
| -rw-r--r-- | sys/lib/libnetboot/exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libnetboot/exec.c b/sys/lib/libnetboot/exec.c index 76b255fc2ec..6582d6d7d7d 100644 --- a/sys/lib/libnetboot/exec.c +++ b/sys/lib/libnetboot/exec.c @@ -28,14 +28,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Header: /cvsroot/src/sys/lib/libnetboot/Attic/exec.c,v 1.2 1993/10/16 07:57:41 cgd Exp $ + * $Id: exec.c,v 1.3 1994/05/27 03:33:03 cgd Exp $ */ #include <sys/param.h> #include <sys/types.h> #include <sys/cdefs.h> #include <sys/mount.h> -#include <sys/exec.h> #include <sys/errno.h> #include <sys/time.h> |
