diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /lkm/ibcs2 | |
parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) |
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 482ac1a17799c..d85831dabed7d 100644 --- a/lkm/ibcs2/Makefile +++ b/lkm/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/10/14 22:56:40 sos Exp $ +# Makefile,v 1.4 1994/10/27 23:36:57 wollman Exp .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/lkm/ibcs2/ibcs2 b/lkm/ibcs2/ibcs2 index 2908e5aba78c0..9912ed390ff2d 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 $ +# 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 c58966e8a6813..29672e7017fbe 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 */ #include <sys/param.h> |