pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 16:00:09 UTC 2025
Modified Files:
pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: pbuild.c
pkgsrc/pkgtools/pbulk/files/pbulk/pscan: pscan.c
Log Message:
pbulk: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.c
cvs rdiff -u -r1.10 -r1.11 pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.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/pbulk/files/pbulk/pbuild/pbuild.c
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.c:1.7 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.c:1.8
--- pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.c:1.7 Tue Nov 3 19:06:47 2015
+++ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.c Mon Apr 21 16:00:09 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: pbuild.c,v 1.7 2015/11/03 19:06:47 joerg Exp $ */
+/* $NetBSD: pbuild.c,v 1.8 2025/04/21 16:00:09 wiz Exp $ */
/*-
* Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -121,9 +121,7 @@ main(int argc, char **argv)
usage();
}
-#if !defined(__INTERIX)
sa.sa_sigaction = NULL;
-#endif
sa.sa_handler = SIG_IGN;
sa.sa_flags = 0;
(void)sigemptyset(&sa.sa_mask);
@@ -215,9 +213,7 @@ build_package(const char *build_info, si
}
/* Reset SIGPIPE handling for child */
-#if !defined(__INTERIX)
sa.sa_sigaction = NULL;
-#endif
sa.sa_handler = SIG_DFL;
sa.sa_flags = 0;
(void)sigemptyset(&sa.sa_mask);
Index: pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.c
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.c:1.10 pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.c:1.11
--- pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.c:1.10 Mon Jun 20 17:54:43 2016
+++ pkgsrc/pkgtools/pbulk/files/pbulk/pscan/pscan.c Mon Apr 21 16:00:09 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: pscan.c,v 1.10 2016/06/20 17:54:43 joerg Exp $ */
+/* $NetBSD: pscan.c,v 1.11 2025/04/21 16:00:09 wiz Exp $ */
/*-
* Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -109,9 +109,7 @@ main(int argc, char **argv)
}
}
-#if !defined(__INTERIX)
sa.sa_sigaction = NULL;
-#endif
sa.sa_handler = SIG_IGN;
sa.sa_flags = 0;
(void)sigemptyset(&sa.sa_mask);
Home |
Main Index |
Thread Index |
Old Index