Fixed trivial compile warnings.
authorDavid Levine <levinedl@acm.org>
Fri, 6 Jan 2012 03:36:51 +0000 (21:36 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 6 Jan 2012 03:36:51 +0000 (21:36 -0600)
sbr/fmt_scan.c
sbr/pidwait.c
uip/mhshowsbr.c
uip/termsbr.c

index 97a0b4a..8d03836 100644 (file)
@@ -126,10 +126,11 @@ cpnumber(char **dest, int num, unsigned int wid, char fill, size_t n) {
 static void
 cptrimmed(char **dest, char *str, unsigned int wid, char fill, size_t n) {
     int remaining;     /* remaining output width available */
-    int c, ljust, w;
+    int c, ljust;
     int end;           /* number of input bytes remaining in str */
 #ifdef MULTIBYTE_SUPPORT
     int char_len;      /* bytes in current character */
+    int w;
     wchar_t wide_char;
 #endif
     char *sp;          /* current position in source string */
index f454161..5ea87c5 100644 (file)
@@ -11,6 +11,7 @@
 #include <h/signals.h>
 #include <errno.h>
 #include <signal.h>
+#include <sys/wait.h>
 
 int
 pidwait (pid_t id, int sigsok)
index efa9ad3..8e09591 100644 (file)
@@ -19,6 +19,7 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
+#include <sys/wait.h>
 
 extern int debugsw;
 
index 93e6dd6..f30a058 100644 (file)
@@ -54,7 +54,7 @@ short ospeed;
 char PC;
 # endif
 
-#endif notdef_lyndon_posix
+#endif /* notdef_lyndon_posix */
 
 static long speedcode;