diff options
| author | jmcp <James.McPherson@Sun.COM> | 2009-04-30 20:04:06 -0700 |
|---|---|---|
| committer | jmcp <James.McPherson@Sun.COM> | 2009-04-30 20:04:06 -0700 |
| commit | 71a535e3b24d87fb6be3793380f86bd09f2768ac (patch) | |
| tree | e602b2114284c42cf64645658f2b18e50d34f5a6 /usr/src/cmd/fmli/oh/if_init.c | |
| parent | 9f51456788105f8fa3e4ebf290b4628eb757e65a (diff) | |
| download | illumos-joyent-71a535e3b24d87fb6be3793380f86bd09f2768ac.tar.gz | |
backout 6795209/6392640: breaks sparc build
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; |
