Deleted Added
full compact
label.c (153910) label.c (156123)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $FreeBSD: head/usr.sbin/sysinstall/label.c 153910 2005-12-30 21:45:10Z ceri $
7 * $FreeBSD: head/usr.sbin/sysinstall/label.c 156123 2006-02-28 21:49:33Z jhb $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 816 unchanged lines hidden (view full) ---

832 mvprintw(20, 0, "T = Toggle Newfs U = Undo A = Auto Defaults R = Delete+Merge");
833 mvprintw(22, 0, "Use F1 or ? to get more help, arrow keys to select.");
834 move(0, 0);
835}
836
837static void
838clear_wins(void)
839{
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 816 unchanged lines hidden (view full) ---

832 mvprintw(20, 0, "T = Toggle Newfs U = Undo A = Auto Defaults R = Delete+Merge");
833 mvprintw(22, 0, "Use F1 or ? to get more help, arrow keys to select.");
834 move(0, 0);
835}
836
837static void
838clear_wins(void)
839{
840 extern void print_label_chunks();
841 clear();
842 print_label_chunks();
843}
844
845static int
846diskLabel(Device *dev)
847{
848 daddr_t sz;

--- 863 unchanged lines hidden ---
840 clear();
841 print_label_chunks();
842}
843
844static int
845diskLabel(Device *dev)
846{
847 daddr_t sz;

--- 863 unchanged lines hidden ---