tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: tech@mdocml.bsd.lv
Subject: Mac OS X patch
Date: Fri, 24 Jul 2015 11:08:22 +0200	[thread overview]
Message-ID: <55B20086.1010601@bsd.lv> (raw)

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

Enclosed is a one-liner unbreaking the Mac OS X build and possibly
other systems as well.

(I recall that <stdint.h> is required for uint32_t according to C99.)

Best,

Kristaps
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJVsgCGAAoJEMT2SUY9XBESQW8P/1kgcLHluh+hR1goG4kqrGTq
iO6gViXIc76JTsozj7uWI7fsTpl0koAOWcbNh/HPoX2gZuAuKp5L83mJ2DqCjQvr
KOBxQ0rezeSi1cWywJUpY14pr1fswvmZOzNiRXKL6NyVpSod9dAv1dygBMeGyMnw
jDLSyYSiFu5rmhvyBDyExg5U977aekFYn/pwBwQgMILZuBCSuWw20CMqlx3H7mmX
7lEL5ckEzVBxntrYcin17lyA6GPTXUgn/nREefMR4qPYaDtNn7WAdzzW+d0Xmv1N
O2TvPqSM3bHz4gcKIjaDqXunq3uCxYuBjR1IeEQjtPRzQ0o5vfmJGo2x0yoX/lNQ
9VIKrERoGbLSEnWWXF4yUsS3UxBy2W4XieL+5YWLqx1XvDMi13PZH0hP07QgdP4f
x8yVCES3br+yQMusNb8w0qFE1mRPrZ0IlvSW2bY11jqxMrJRFoSB718+QSFIYQXj
lLLj25bVN5TLEkWPkqlf56tdpRSf/T+gB+QDF//sglajkOpXnEyEyLrIw+01YxsQ
X3lEYRoRbGZanZaQBjkh9iPp3XRBUIdSm6YpguNIftp+amLxXQjAlnrKrUjK0ifc
cST4LYV4tApKt6gYIvURXwWkfgzsNI6ih2TGv0iqjAkU/O73xJckPoOeTDfW7k6y
kgLRG20P8zmN8gbAoipp
=UiUr
-----END PGP SIGNATURE-----

[-- Attachment #2: stdint.patch --]
[-- Type: text/plain, Size: 799 bytes --]

? Makefile.local
? config.h
? config.log
? configure.local
? demandoc
? mandoc
? soelim
? stdint.patch
? test-dirent-namlen.dSYM
? test-fgetln.dSYM
? test-fts.dSYM
? test-getsubopt.dSYM
? test-isblank.dSYM
? test-mkdtemp.dSYM
? test-mmap.dSYM
? test-sqlite3.dSYM
? test-strcasestr.dSYM
? test-strlcat.dSYM
? test-strlcpy.dSYM
? test-strptime.dSYM
? test-strsep.dSYM
? test-vasprintf.dSYM
? test-wchar.dSYM
Index: tag.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/tag.c,v
retrieving revision 1.3
diff -u -p -r1.3 tag.c
--- tag.c	21 Jul 2015 03:26:22 -0000	1.3
+++ tag.c	24 Jul 2015 09:06:17 -0000
@@ -18,6 +18,7 @@
 
 #include <signal.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

             reply	other threads:[~2015-07-24  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-24  9:08 Kristaps Dzonsons [this message]
2015-07-24  9:44 ` Anthony J. Bentley
2015-07-24  9:48   ` Anthony J. Bentley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55B20086.1010601@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=tech@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).