diff options
Diffstat (limited to 'usr/src/cmd/ypcmd/revnetgroup/util.h')
-rw-r--r-- | usr/src/cmd/ypcmd/revnetgroup/util.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/usr/src/cmd/ypcmd/revnetgroup/util.h b/usr/src/cmd/ypcmd/revnetgroup/util.h index e83ba1ed0f..3a6db7ffd7 100644 --- a/usr/src/cmd/ypcmd/revnetgroup/util.h +++ b/usr/src/cmd/ypcmd/revnetgroup/util.h @@ -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,17 +18,14 @@ * * CDDL HEADER END */ + /* - * Copyright 1995 Sun Microsystems Inc. - * All rights reserved. + * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved. */ - #ifndef __UTIL_H #define __UTIL_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SMI4.1 1.5 */ - #ifdef __cplusplus extern "C" { #endif @@ -57,7 +53,7 @@ extern char *malloc(); */ extern char *alloca(); -char *getline(); +char *getaline(); void fatal(); #ifdef __cplusplus |