diff options
Diffstat (limited to 'usr.bin/tn3270/tools/mkdstoas/mkdstoas.c')
-rw-r--r-- | usr.bin/tn3270/tools/mkdstoas/mkdstoas.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c b/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c index 2a3009679c6..1a66fdcd2ff 100644 --- a/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c +++ b/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkdstoas.c,v 1.3 2003/06/03 02:56:20 millert Exp $ */ +/* $OpenBSD: mkdstoas.c,v 1.4 2009/10/27 23:59:45 deraadt Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -29,17 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1988 The Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)mkdstoas.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: mkdstoas.c,v 1.3 2003/06/03 02:56:20 millert Exp $"; -#endif /* not lint */ - #include <stdio.h> #if defined(unix) #include <strings.h> |