diff options
Diffstat (limited to 'lkm/ibcs2')
-rw-r--r-- | lkm/ibcs2/Makefile | 2 | ||||
-rwxr-xr-x | lkm/ibcs2/ibcs2 | 2 | ||||
-rw-r--r-- | lkm/ibcs2/ibcs2.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile index 83be90f63eb4b..53236398dacb6 100644 --- a/lkm/ibcs2/Makefile +++ b/lkm/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1994/10/27 23:36:57 wollman Exp $ +# $Id: Makefile,v 1.5 1994/12/11 21:27:14 wollman Exp $ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/lkm/ibcs2/ibcs2 b/lkm/ibcs2/ibcs2 index 2908e5aba78c0..28d17babc7bca 100755 --- a/lkm/ibcs2/ibcs2 +++ b/lkm/ibcs2/ibcs2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.1 1994/10/14 08:45:15 sos Exp $ +# $Id: ibcs2,v 1.2 1994/10/16 20:39:16 sos Exp $ if [ $# -le 1 ]; then LOADERS="coff" # elf fi diff --git a/lkm/ibcs2/ibcs2.c b/lkm/ibcs2/ibcs2.c index 53b61368a5a5b..5be8f0c6b73aa 100644 --- a/lkm/ibcs2/ibcs2.c +++ b/lkm/ibcs2/ibcs2.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2.c,v 1.2 1994/10/14 08:45:16 sos Exp $ + * $Id: ibcs2.c,v 1.3 1995/05/30 06:06:06 rgrimes Exp $ */ #include <sys/param.h> |