Module Name:    src
Committed By:   roy
Date:           Wed Feb 10 10:34:31 UTC 2010

Modified Files:
        src/usr.bin/tset: tset.c

Log Message:
Tidy defs.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/tset/tset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tset/tset.c
diff -u src/usr.bin/tset/tset.c:1.18 src/usr.bin/tset/tset.c:1.19
--- src/usr.bin/tset/tset.c:1.18	Wed Feb  3 15:34:46 2010
+++ src/usr.bin/tset/tset.c	Wed Feb 10 10:34:31 2010
@@ -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>

Reply via email to