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, 8 insertions, 6 deletions
diff --git a/usr/src/cmd/fmli/oh/if_init.c b/usr/src/cmd/fmli/oh/if_init.c index b98f48db5d..cfaf5ff5f1 100644 --- a/usr/src/cmd/fmli/oh/if_init.c +++ b/usr/src/cmd/fmli/oh/if_init.c @@ -2,8 +2,9 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License (the "License"). - * You may not use this file except in compliance with the License. + * Common Development and Distribution License, Version 1.0 only + * (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. @@ -20,13 +21,15 @@ */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 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> @@ -224,9 +227,6 @@ 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,6 +236,8 @@ 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; |
