pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_filecheck/files add nbcompat.h include to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b6c5738634b
branches:  trunk
changeset: 355276:1b6c5738634b
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Nov 28 04:56:37 2016 +0000

description:
add nbcompat.h include to get uint32_t
fixes build on darwin

diffstat:

 pkgtools/pkg_filecheck/files/pkg_filecheck.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 41a44e07e654 -r 1b6c5738634b pkgtools/pkg_filecheck/files/pkg_filecheck.c
--- a/pkgtools/pkg_filecheck/files/pkg_filecheck.c      Sun Nov 27 22:59:22 2016 +0000
+++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.c      Mon Nov 28 04:56:37 2016 +0000
@@ -1,5 +1,5 @@
 /*
-  $NetBSD: pkg_filecheck.c,v 1.7 2016/06/11 21:26:19 dholland Exp $
+  $NetBSD: pkg_filecheck.c,v 1.8 2016/11/28 04:56:37 dbj Exp $
 
   pkg_filecheck.c -- check for files not owned by any package
   Copyright (C) 2001 Dieter Baron
@@ -32,6 +32,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <nbcompat.h>
 #include <nbcompat/db.h>
 #include <errno.h>
 #include <fcntl.h>



Home | Main Index | Thread Index | Old Index