Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/dist Reduce diff to upstream.



details:   https://anonhg.NetBSD.org/src/rev/4da762cd2e5d
branches:  trunk
changeset: 465918:4da762cd2e5d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 07 12:43:19 2019 +0000

description:
Reduce diff to upstream.

diffstat:

 external/bsd/mdocml/dist/mdoc.c      |  2 +-
 external/bsd/mdocml/dist/mdoc_argv.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 17ea620f1f23 -r 4da762cd2e5d external/bsd/mdocml/dist/mdoc.c
--- a/external/bsd/mdocml/dist/mdoc.c   Sat Dec 07 12:35:27 2019 +0000
+++ b/external/bsd/mdocml/dist/mdoc.c   Sat Dec 07 12:43:19 2019 +0000
@@ -30,9 +30,9 @@
 #include "mandoc_aux.h"
 #include "mandoc.h"
 #include "roff.h"
-#include "roff_int.h"
 #include "mdoc.h"
 #include "libmandoc.h"
+#include "roff_int.h"
 #include "libmdoc.h"
 
 const  char *const __mdoc_argnames[MDOC_ARG_MAX] = {
diff -r 17ea620f1f23 -r 4da762cd2e5d external/bsd/mdocml/dist/mdoc_argv.c
--- a/external/bsd/mdocml/dist/mdoc_argv.c      Sat Dec 07 12:35:27 2019 +0000
+++ b/external/bsd/mdocml/dist/mdoc_argv.c      Sat Dec 07 12:43:19 2019 +0000
@@ -27,9 +27,9 @@
 #include "mandoc_aux.h"
 #include "mandoc.h"
 #include "roff.h"
-#include "roff_int.h"
 #include "mdoc.h"
 #include "libmandoc.h"
+#include "roff_int.h"
 #include "libmdoc.h"
 
 #define        MULTI_STEP       5 /* pre-allocate argument values */



Home | Main Index | Thread Index | Old Index