usr/src/cmd/mailx/fio.c
changeset 18 7e2dc246c4e2
parent 0 68f95e015346
child 14274 9313d2be2f5f
--- a/usr/src/cmd/mailx/fio.c	Wed Jun 15 19:38:38 2005 -0700
+++ b/usr/src/cmd/mailx/fio.c	Thu Jun 16 10:26:11 2005 -0700
@@ -19,15 +19,16 @@
  *
  * CDDL HEADER END
  */
+
+/*
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
+ */
+
 /*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
 /*	  All Rights Reserved  	*/
 
-/*
- *	Copyright (c) 1999 by Sun Microsystems, Inc.
- *	All rights reserved.
- */
-
-#ident	"%Z%%M%	%I%	%E% SMI"	/* from SVr4.0 1.13.2.2 */
+#pragma	ident	"%Z%%M%	%I%	%E% SMI"
 
 #include "rcv.h"
 #include <locale.h>
@@ -391,6 +392,7 @@
  * include the newline at the end.
  */
 
+int
 readline(FILE *ibuf, char *linebuf)
 {
 	register char *cp;
@@ -785,6 +787,7 @@
 /*
  * Determine the current folder directory name.
  */
+int
 getfold(char *name)
 {
 	char *folder;