pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  2 12:10:38 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: lib.h

Log Message:
pkg_install: mark show_version as noreturn since it exits


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/pkgtools/pkg_install/files/lib/lib.h

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/lib/lib.h
diff -u pkgsrc/pkgtools/pkg_install/files/lib/lib.h:1.70 pkgsrc/pkgtools/pkg_install/files/lib/lib.h:1.71
--- pkgsrc/pkgtools/pkg_install/files/lib/lib.h:1.70    Wed Jul  1 10:03:20 2020
+++ pkgsrc/pkgtools/pkg_install/files/lib/lib.h Wed Dec  2 12:10:38 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.70 2020/07/01 10:03:20 jperkin Exp $ */
+/* $NetBSD: lib.h,v 1.71 2020/12/02 12:10:38 wiz Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -270,7 +270,7 @@ int some_installed_package_conflicts_wit
 
 /* Prototypes */
 /* Misc */
-void    show_version(void);
+void    show_version(void) __attribute__ ((noreturn));
 int    fexec(const char *, ...);
 int    fexec_skipempty(const char *, ...);
 int    fcexec(const char *, const char *, ...);



Home | Main Index | Thread Index | Old Index