mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-05-29 15:34:10 +02:00
Switch URLs from http or git to https
This commit is contained in:
parent
cbe3057703
commit
ed84bec5aa
2
COPYING
2
COPYING
@ -1,4 +1,4 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
*
|
*
|
||||||
|
13
README
13
README
@ -9,7 +9,7 @@ code over and over again on each project.
|
|||||||
Releases
|
Releases
|
||||||
--------
|
--------
|
||||||
|
|
||||||
<http://libbsd.freedesktop.org/releases/>
|
<https://libbsd.freedesktop.org/releases/>
|
||||||
|
|
||||||
|
|
||||||
Mailing List
|
Mailing List
|
||||||
@ -17,7 +17,7 @@ Mailing List
|
|||||||
|
|
||||||
The subscription interface and web archives can be found at:
|
The subscription interface and web archives can be found at:
|
||||||
|
|
||||||
<http://lists.freedesktop.org/mailman/listinfo/libbsd>
|
<https://lists.freedesktop.org/mailman/listinfo/libbsd>
|
||||||
|
|
||||||
The mail address is:
|
The mail address is:
|
||||||
|
|
||||||
@ -27,5 +27,10 @@ The mail address is:
|
|||||||
Source Repository
|
Source Repository
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
<http://cgit.freedesktop.org/libbsd>
|
The master repository can be browsed at:
|
||||||
<git://anongit.freedesktop.org/git/libbsd>
|
|
||||||
|
<https://cgit.freedesktop.org/libbsd>
|
||||||
|
|
||||||
|
and cloned from:
|
||||||
|
|
||||||
|
<https://anongit.freedesktop.org/git/libbsd>
|
||||||
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||||||
Name: libbsd-ctor
|
Name: libbsd-ctor
|
||||||
Description: Automatic constructor functions for libbsd
|
Description: Automatic constructor functions for libbsd
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
URL: http://libbsd.freedesktop.org/
|
URL: https://libbsd.freedesktop.org/
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor
|
Libs: -L${libdir} -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor
|
||||||
Requires: libbsd
|
Requires: libbsd
|
||||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||||||
Name: libbsd
|
Name: libbsd
|
||||||
Description: Utility functions from BSD systems (overlay)
|
Description: Utility functions from BSD systems (overlay)
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
URL: http://libbsd.freedesktop.org/
|
URL: https://libbsd.freedesktop.org/
|
||||||
Libs: -L${libdir} -lbsd
|
Libs: -L${libdir} -lbsd
|
||||||
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|
||||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||||||
Name: libbsd
|
Name: libbsd
|
||||||
Description: Utility functions from BSD systems
|
Description: Utility functions from BSD systems
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
URL: http://libbsd.freedesktop.org/
|
URL: https://libbsd.freedesktop.org/
|
||||||
Libs: -L${libdir} -lbsd
|
Libs: -L${libdir} -lbsd
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -25,9 +25,10 @@
|
|||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Rejected in glibc (http://sourceware.org/ml/libc-alpha/2006-03/msg00125.html)
|
* Rejected in glibc
|
||||||
*/
|
* <https://sourceware.org/ml/libc-alpha/2006-03/msg00125.html>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -56,7 +56,7 @@ spt_min(size_t a, size_t b)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* For discussion on the portability of the various methods, see
|
* For discussion on the portability of the various methods, see
|
||||||
* http://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043136.html
|
* https://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043136.html
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
spt_clearenv(void)
|
spt_clearenv(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user