lint
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Mon, 13 Aug 1990 06:27:38 +0000 (22:27 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Mon, 13 Aug 1990 06:27:38 +0000 (22:27 -0800)
SCCS-vsn: usr.bin/window/wwsuspend.c 3.15
SCCS-vsn: usr.bin/window/ww.h 3.62
SCCS-vsn: usr.bin/window/wwchild.c 3.13

usr/src/usr.bin/window/ww.h
usr/src/usr.bin/window/wwchild.c
usr/src/usr.bin/window/wwsuspend.c

index cefc6b1..8c378d7 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ww.h        3.61 (Berkeley) %G%
+ *     @(#)ww.h        3.62 (Berkeley) %G%
  */
 
 #ifdef OLD_TTY
  */
 
 #ifdef OLD_TTY
@@ -264,8 +264,8 @@ char wwwintermcap[1024];    /* terminal-specific but window-independent
 
        /* our functions */
 struct ww *wwopen();
 
        /* our functions */
 struct ww *wwopen();
-int wwchild();
-int wwsuspend();
+void wwchild();
+void wwsuspend();
 char **wwalloc();
 char *wwerror();
 
 char **wwalloc();
 char *wwerror();
 
index d16ea5c..ea20763 100644 (file)
@@ -9,12 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)wwchild.c  3.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)wwchild.c  3.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "ww.h"
 #include <sys/wait.h>
 
 #endif /* not lint */
 
 #include "ww.h"
 #include <sys/wait.h>
 
+void
 wwchild()
 {
        extern errno;
 wwchild()
 {
        extern errno;
index b7063ef..8aec0cc 100644 (file)
@@ -9,13 +9,14 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)wwsuspend.c        3.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)wwsuspend.c        3.15 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "ww.h"
 #include "tt.h"
 #include <sys/signal.h>
 
 #endif /* not lint */
 
 #include "ww.h"
 #include "tt.h"
 #include <sys/signal.h>
 
+void
 wwsuspend()
 {
        sig_t oldsig;
 wwsuspend()
 {
        sig_t oldsig;