pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_filecheck/files



Module Name:    pkgsrc
Committed By:   dbj
Date:           Mon Nov 28 04:56:37 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg_filecheck/files: pkg_filecheck.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c
diff -u pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c:1.7 pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c:1.8
--- pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c:1.7     Sat Jun 11 21:26:19 2016
+++ pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c Mon Nov 28 04:56:37 2016
@@ -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