pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/add



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 11 09:11:33 UTC 2024

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/add: parse_cross.c

Log Message:
pkg_install: include err.h for errx()


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkg_install/files/add/parse_cross.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_install/files/add/parse_cross.c
diff -u pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c:1.2 pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c:1.3
--- pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c:1.2     Fri Jan 26 12:40:04 2024
+++ pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c Tue Jun 11 09:11:33 2024
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse_cross.c,v 1.2 2024/01/26 12:40:04 riastradh Exp $        */
+/*     $NetBSD: parse_cross.c,v 1.3 2024/06/11 09:11:33 wiz Exp $      */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -7,8 +7,11 @@
 #if HAVE_SYS_CDEFS_H
 #include <sys/cdefs.h>
 #endif
-__RCSID("$NetBSD: parse_cross.c,v 1.2 2024/01/26 12:40:04 riastradh Exp $");
+__RCSID("$NetBSD: parse_cross.c,v 1.3 2024/06/11 09:11:33 wiz Exp $");
 
+#if HAVE_ERR_H
+#include <err.h>
+#endif
 #include "lib.h"
 #include "add.h"
 



Home | Main Index | Thread Index | Old Index