diff options
Diffstat (limited to 'usr/src/cmd/fmli/oh/if_init.c')
-rw-r--r-- | usr/src/cmd/fmli/oh/if_init.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/usr/src/cmd/fmli/oh/if_init.c b/usr/src/cmd/fmli/oh/if_init.c index cfaf5ff5f1..b98f48db5d 100644 --- a/usr/src/cmd/fmli/oh/if_init.c +++ b/usr/src/cmd/fmli/oh/if_init.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. @@ -21,15 +20,13 @@ */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <stdio.h> #include <curses.h> #include <string.h> @@ -227,6 +224,9 @@ char *strnsave(); static int settoggle(); static struct fm_mn Inits; +static char *set_default(); +static int center_it(); + /* ** Front-end to parser(), which sets up defaults. */ @@ -236,8 +236,6 @@ char *initfile; { register int i, numslks; char *permmsg, *get_def(); - static char *set_default(); - static int center_it(); static int free_inits = FALSE; int sbutton; FILE *fp; |