ANSI
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 5 Mar 1991 02:40:08 +0000 (18:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 5 Mar 1991 02:40:08 +0000 (18:40 -0800)
SCCS-vsn: old/sysline/sysline.c 5.18
SCCS-vsn: sbin/newfs/mkfs.c 6.17

usr/src/old/sysline/sysline.c
usr/src/sbin/newfs/mkfs.c

index a0d408f..331f761 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)sysline.c  5.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)sysline.c  5.18 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -1048,6 +1048,7 @@ touch(name)
  * called when process quits or is killed.
  * it clears the bottom line of the terminal.
  */
  * called when process quits or is killed.
  * it clears the bottom line of the terminal.
  */
+void
 clearbotl()
 {
        register int fd;
 clearbotl()
 {
        register int fd;
index 5854134..b37828d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkfs.c     6.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkfs.c     6.17 (Berkeley) %G%";
 #endif /* not lint */
 
 #ifndef STANDALONE
 #endif /* not lint */
 
 #ifndef STANDALONE
@@ -906,6 +906,7 @@ iput(ip, ino)
 /*
  * Notify parent process that the filesystem has created itself successfully.
  */
 /*
  * Notify parent process that the filesystem has created itself successfully.
  */
+void
 started()
 {
 
 started()
 {