diff options
Diffstat (limited to 'usr/src/cmd/format')
-rw-r--r-- | usr/src/cmd/format/label.c | 18 | ||||
-rw-r--r-- | usr/src/cmd/format/modify_partition.c | 9 | ||||
-rw-r--r-- | usr/src/cmd/format/partition.c | 8 |
3 files changed, 17 insertions, 18 deletions
diff --git a/usr/src/cmd/format/label.c b/usr/src/cmd/format/label.c index 4740baebb2..3da51d9cc7 100644 --- a/usr/src/cmd/format/label.c +++ b/usr/src/cmd/format/label.c @@ -18,22 +18,15 @@ * * CDDL HEADER END */ + /* - * Copyright 2009 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 the code relating to label manipulation. */ -#include "global.h" -#include "label.h" -#include "misc.h" -#include "main.h" -#include "partition.h" -#include "ctlr_scsi.h" -#include "checkdev.h" #include <string.h> #include <stdlib.h> #include <memory.h> @@ -43,6 +36,13 @@ #include <sys/uuid.h> #include <errno.h> #include <devid.h> +#include "global.h" +#include "label.h" +#include "misc.h" +#include "main.h" +#include "partition.h" +#include "ctlr_scsi.h" +#include "checkdev.h" #if defined(_FIRMWARE_NEEDS_FDISK) #include <sys/dktp/fdisk.h> 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 */ diff --git a/usr/src/cmd/format/partition.c b/usr/src/cmd/format/partition.c index 11ae4488a1..3d06272904 100644 --- a/usr/src/cmd/format/partition.c +++ b/usr/src/cmd/format/partition.c @@ -18,21 +18,21 @@ * * 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 that operate on partition tables. */ +#include <string.h> +#include <stdlib.h> #include "global.h" #include "partition.h" #include "misc.h" #include "menu_command.h" #include "menu_partition.h" -#include <string.h> -#include <stdlib.h> /* |