source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: "sys/param.h is for kernel interface programs.
@ 2010-08-26 13:00 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-08-26 13:00 UTC (permalink / raw)
  To: source

Log Message:
-----------
"sys/param.h is for kernel interface programs.
sys/types.h is the file you want to include."

From a downstream fix by deraadt@.

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

Revision Data
-------------
Index: term_ps.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term_ps.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -Lterm_ps.c -Lterm_ps.c -u -p -r1.42 -r1.43
--- term_ps.c
+++ term_ps.c
@@ -18,7 +18,7 @@
 #include "config.h"
 #endif
 
-#include <sys/param.h>
+#include <sys/types.h>
 
 #include <assert.h>
 #include <stdarg.h>
--
 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-08-26 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-26 13:00 mdocml: "sys/param.h is for kernel interface programs 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).