source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Lint noops.
@ 2010-06-08 15:06 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-06-08 15:06 UTC (permalink / raw)
  To: source

Log Message:
-----------
Lint noops.  Also fixed getsubopt() to be in unistd.h (noted by joerg@).

Modified Files:
--------------
    mdocml:
        term_ascii.c
        term_ps.c

Revision Data
-------------
Index: term_ascii.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term_ascii.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lterm_ascii.c -Lterm_ascii.c -u -p -r1.1 -r1.2
--- term_ascii.c
+++ term_ascii.c
@@ -24,6 +24,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include "out.h"
 #include "term.h"
Index: term_ps.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term_ps.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lterm_ps.c -Lterm_ps.c -u -p -r1.2 -r1.3
--- term_ps.c
+++ term_ps.c
@@ -68,6 +68,7 @@ ps_free(void *arg)
 }
 
 
+/* ARGSUSED */
 static void
 ps_end(struct termp *p)
 {
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-08 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08 15:06 mdocml: Lint noops kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).