Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tset Tidy defs.



details:   https://anonhg.NetBSD.org/src/rev/4524569a79c0
branches:  trunk
changeset: 751981:4524569a79c0
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Feb 10 10:34:31 2010 +0000

description:
Tidy defs.

diffstat:

 usr.bin/tset/tset.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (28 lines):

diff -r 0706b453bcb1 -r 4524569a79c0 usr.bin/tset/tset.c
--- a/usr.bin/tset/tset.c       Wed Feb 10 10:33:45 2010 +0000
+++ b/usr.bin/tset/tset.c       Wed Feb 10 10:34:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tset.c,v 1.18 2010/02/03 15:34:46 roy Exp $    */
+/*     $NetBSD: tset.c,v 1.19 2010/02/10 10:34:31 roy Exp $    */
 
 /*-
  * Copyright (c) 1980, 1991, 1993
@@ -30,17 +30,9 @@
  */
 
 #include <sys/cdefs.h>
-#ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993\
  The Regents of the University of California.  All rights reserved.");
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)tset.c     8.1 (Berkeley) 6/9/93";
-#endif
-__RCSID("$NetBSD: tset.c,v 1.18 2010/02/03 15:34:46 roy Exp $");
-#endif /* not lint */
+__RCSID("$NetBSD: tset.c,v 1.19 2010/02/10 10:34:31 roy Exp $");
 
 #include <sys/types.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index