diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 02:06:01 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 02:06:01 +0000 |
commit | ac2c28e14a89746c60f5dd9023e3a98bbc40da03 (patch) | |
tree | 719ec1bc495f9bf480163e297d5aa1ee687e9148 /regress/sys/arch/i386/ldt | |
parent | 0584185e7c4788adcb1afaf1b86184ddefc5205e (diff) |
$OpenBSD$
Diffstat (limited to 'regress/sys/arch/i386/ldt')
-rw-r--r-- | regress/sys/arch/i386/ldt/Makefile | 1 | ||||
-rw-r--r-- | regress/sys/arch/i386/ldt/testldt.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sys/arch/i386/ldt/Makefile b/regress/sys/arch/i386/ldt/Makefile index 7dd7b89e4ff..afc37056637 100644 --- a/regress/sys/arch/i386/ldt/Makefile +++ b/regress/sys/arch/i386/ldt/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:51 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/04/20 22:42:19 cgd Exp $ # # C Optimizer (-O) breaks this program - don't use !! diff --git a/regress/sys/arch/i386/ldt/testldt.c b/regress/sys/arch/i386/ldt/testldt.c index a88c1b826d1..1106314ea43 100644 --- a/regress/sys/arch/i386/ldt/testldt.c +++ b/regress/sys/arch/i386/ldt/testldt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: testldt.c,v 1.3 2001/01/29 02:05:51 niklas Exp $ */ /* $NetBSD: testldt.c,v 1.4 1995/04/20 22:42:38 cgd Exp $ */ #include <stdio.h> |