source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: #include <stddef.h>, needed for NULL; bug reported by op@
@ 2022-06-21 10:34 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2022-06-21 10:34 UTC (permalink / raw)
  To: source

Log Message:
-----------
#include <stddef.h>, needed for NULL; bug reported by op@

Modified Files:
--------------
    mandoc:
        compat_strsep.c

Revision Data
-------------
Index: compat_strsep.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/compat_strsep.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lcompat_strsep.c -Lcompat_strsep.c -u -p -r1.5 -r1.6
--- compat_strsep.c
+++ compat_strsep.c
@@ -31,6 +31,8 @@
  */
 #include "config.h"
 
+#include <stddef.h>
+
 /*
  * Get next token from string *stringp, where tokens are possibly-empty
  * strings separated by characters from delim.  
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


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

only message in thread, other threads:[~2022-06-21 10:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 10:34 mandoc: #include <stddef.h>, needed for NULL; bug reported by op@ schwarze

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