summaryrefslogtreecommitdiff
path: root/usr/src/cmd/bnu/dial.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/bnu/dial.c')
-rw-r--r--usr/src/cmd/bnu/dial.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/usr/src/cmd/bnu/dial.c b/usr/src/cmd/bnu/dial.c
index 67fb4f1c5c..d8238b732c 100644
--- a/usr/src/cmd/bnu/dial.c
+++ b/usr/src/cmd/bnu/dial.c
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,11 +18,16 @@
*
* CDDL HEADER END
*/
-/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
-/* All Rights Reserved */
+/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
+ * All Rights Reserved
+ *
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
+ */
+
+#pragma ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:dial.c 1.3 */
-#ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:dial.c 1.3 */
/*LINTLIBRARY*/
/***************************************************************
* dial() returns an fd for an open tty-line connected to the
@@ -113,7 +117,6 @@
#include "interface.c"
#include "line.c"
#include "stoa.c"
-#include "strecpy.c"
#include "strsave.c"
#include "sysfiles.c"
#include "ulockf.c"