<sys/errno.h> -> <errno.h>

This commit is contained in:
jtc 1995-05-28 05:21:58 +00:00
parent addaff473b
commit afea82ff3c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: modload.c,v 1.12 1995/03/18 14:56:44 cgd Exp $ */ /* $NetBSD: modload.c,v 1.13 1995/05/28 05:21:58 jtc Exp $ */
/* /*
* Copyright (c) 1993 Terrence R. Lambert. * Copyright (c) 1993 Terrence R. Lambert.
@ -38,7 +38,7 @@
#include <sys/mount.h> #include <sys/mount.h>
#include <sys/lkm.h> #include <sys/lkm.h>
#include <sys/file.h> #include <sys/file.h>
#include <sys/errno.h> #include <errno.h>
#include <a.out.h> #include <a.out.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: modunload.c,v 1.8 1995/03/18 14:56:50 cgd Exp $ */ /* $NetBSD: modunload.c,v 1.9 1995/05/28 05:23:05 jtc Exp $ */
/* /*
* Copyright (c) 1993 Terrence R. Lambert. * Copyright (c) 1993 Terrence R. Lambert.
@ -38,7 +38,7 @@
#include <sys/mount.h> #include <sys/mount.h>
#include <sys/lkm.h> #include <sys/lkm.h>
#include <sys/file.h> #include <sys/file.h>
#include <sys/errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <err.h> #include <err.h>