summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/fio.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/fio.c')
-rw-r--r--usr/src/cmd/mailx/fio.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/cmd/mailx/fio.c b/usr/src/cmd/mailx/fio.c
index ea6d6b0a2d..818860d7ae 100644
--- a/usr/src/cmd/mailx/fio.c
+++ b/usr/src/cmd/mailx/fio.c
@@ -19,15 +19,16 @@
*
* CDDL HEADER END
*/
-/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
-/* All Rights Reserved */
/*
- * Copyright (c) 1999 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 1999 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
-#ident "%Z%%M% %I% %E% SMI" /* from SVr4.0 1.13.2.2 */
+/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
+/* All Rights Reserved */
+
+#pragma ident "%Z%%M% %I% %E% SMI"
#include "rcv.h"
#include <locale.h>
@@ -391,6 +392,7 @@ getln(char *line, int max, FILE *f)
* include the newline at the end.
*/
+int
readline(FILE *ibuf, char *linebuf)
{
register char *cp;
@@ -785,6 +787,7 @@ safeexpand(char name[])
/*
* Determine the current folder directory name.
*/
+int
getfold(char *name)
{
char *folder;