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 482ac1a17799..d85831dabed7 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 2908e5aba78c..9912ed390ff2 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 c58966e8a681..29672e7017fb 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> |
