Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/pty/ptmx 10 years later.



details:   https://anonhg.NetBSD.org/src/rev/70d0e9181513
branches:  trunk
changeset: 566962:70d0e9181513
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 26 01:14:56 2004 +0000

description:
10 years later.

diffstat:

 regress/lib/libc/pty/ptmx/ptmx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f4a509411fd0 -r 70d0e9181513 regress/lib/libc/pty/ptmx/ptmx.c
--- a/regress/lib/libc/pty/ptmx/ptmx.c  Wed May 26 01:08:50 2004 +0000
+++ b/regress/lib/libc/pty/ptmx/ptmx.c  Wed May 26 01:14:56 2004 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ptmx.c,v 1.1 2004/05/25 20:32:32 christos Exp $        */
+/*     $NetBSD: ptmx.c,v 1.2 2004/05/26 01:14:56 christos Exp $        */
 
 /*-
- * Copyright (c) 1994 The NetBSD Foundation, Inc.
+ * Copyright (c) 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -36,7 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: ptmx.c,v 1.1 2004/05/25 20:32:32 christos Exp $");
+__RCSID("$NetBSD: ptmx.c,v 1.2 2004/05/26 01:14:56 christos Exp $");
 
 #include <stdlib.h>
 #include <unistd.h>



Home | Main Index | Thread Index | Old Index