diff options
Diffstat (limited to 'usr/src/cmd/format/modify_partition.c')
| -rw-r--r-- | usr/src/cmd/format/modify_partition.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/format/modify_partition.c b/usr/src/cmd/format/modify_partition.c index b2bc580e69..02fee8c67b 100644 --- a/usr/src/cmd/format/modify_partition.c +++ b/usr/src/cmd/format/modify_partition.c @@ -18,14 +18,16 @@ * * CDDL HEADER END */ + /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. */ /* * This file contains functions to implement the partition menu commands. */ +#include <stdlib.h> +#include <string.h> #include "global.h" #include "partition.h" #include "menu_partition.h" @@ -36,9 +38,6 @@ #include "label.h" #include "auto_sense.h" -#include <stdlib.h> -#include <string.h> - #ifdef __STDC__ /* Function prototypes for ANSI C Compilers */ |
