summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ypcmd/mknetid/getname.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ypcmd/mknetid/getname.c')
-rw-r--r--usr/src/cmd/ypcmd/mknetid/getname.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/usr/src/cmd/ypcmd/mknetid/getname.c b/usr/src/cmd/ypcmd/mknetid/getname.c
index 5f60fd801e..36d3198939 100644
--- a/usr/src/cmd/ypcmd/mknetid/getname.c
+++ b/usr/src/cmd/ypcmd/mknetid/getname.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,14 +18,11 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
*/
-
-#pragma ident "%Z%%M% %I% %E% SMI" /* SMI4.1 1.3 */
-
#include <stdio.h>
#include <string.h>
@@ -35,12 +31,12 @@
#define isignore(c) (strchr(ignore, c) != NULL)
/*
- * getline()
+ * getaline()
* Read a line from a file.
* What's returned is a cookie to be passed to getname
*/
char **
-getline(line, maxlinelen, f, lcount, com)
+getaline(line, maxlinelen, f, lcount, com)
char *line;
int maxlinelen;
FILE *f;