source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Missing prototype for getsubopt() on NetBSD fixed.
@ 2010-06-08  9:20 kristaps
  2010-06-08 14:58 ` Joerg Sonnenberger
  0 siblings, 1 reply; 2+ messages in thread
From: kristaps @ 2010-06-08  9:20 UTC (permalink / raw)
  To: source

Log Message:
-----------
Missing prototype for getsubopt() on NetBSD fixed.

Modified Files:
--------------
    mdocml:
        term.c

Revision Data
-------------
Index: term.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -Lterm.c -Lterm.c -u -p -r1.143 -r1.144
--- term.c
+++ term.c
@@ -22,6 +22,7 @@
 
 #include <assert.h>
 #include <ctype.h>
+#include <getopt.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mdocml: Missing prototype for getsubopt() on NetBSD fixed.
  2010-06-08  9:20 mdocml: Missing prototype for getsubopt() on NetBSD fixed kristaps
@ 2010-06-08 14:58 ` Joerg Sonnenberger
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Sonnenberger @ 2010-06-08 14:58 UTC (permalink / raw)
  To: source

On Tue, Jun 08, 2010 at 05:20:08AM -0400, kristaps@mdocml.bsd.lv wrote:
> Log Message:
> -----------
> Missing prototype for getsubopt() on NetBSD fixed.

Huh? getsubopt is in unistd.h.

Joerg
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-08 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08  9:20 mdocml: Missing prototype for getsubopt() on NetBSD fixed kristaps
2010-06-08 14:58 ` Joerg Sonnenberger

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).