diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /lib/libc/i386/sys/i386_set_ldt.c | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'lib/libc/i386/sys/i386_set_ldt.c')
| -rw-r--r-- | lib/libc/i386/sys/i386_set_ldt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/i386_set_ldt.c b/lib/libc/i386/sys/i386_set_ldt.c index 8754fd12344e..3c81a2cf36fd 100644 --- a/lib/libc/i386/sys/i386_set_ldt.c +++ b/lib/libc/i386/sys/i386_set_ldt.c @@ -25,11 +25,11 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: i386_set_ldt.c,v 1.2 1995/01/23 01:29:53 davidg Exp $ + * $Id: i386_set_ldt.c,v 1.3 1995/05/30 05:40:38 rgrimes Exp $ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id: i386_set_ldt.c,v 1.2 1995/01/23 01:29:53 davidg Exp $"; +static const char rcsid[] = "$Id: i386_set_ldt.c,v 1.3 1995/05/30 05:40:38 rgrimes Exp $"; #endif /* LIBC_RCS and not lint */ #include <sys/cdefs.h> |
