From 07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 15 May 2023 17:02:15 +0200 Subject: Change branch references to HEAD where possible or main otherwise This updates CI, documentation, and similar to work with a `main` branch. It also renames references to *other* repositories to work, as well, which additionally makes it easier to search for remaining references. --- src/unix/haiku/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unix/haiku/mod.rs') diff --git a/src/unix/haiku/mod.rs b/src/unix/haiku/mod.rs index b34b7ca68f..24aa599c07 100644 --- a/src/unix/haiku/mod.rs +++ b/src/unix/haiku/mod.rs @@ -979,7 +979,7 @@ pub const MADV_WILLNEED: ::c_int = 4; pub const MADV_DONTNEED: ::c_int = 5; pub const MADV_FREE: ::c_int = 6; -// https://github.com/haiku/haiku/blob/master/headers/posix/net/if.h#L80 +// https://github.com/haiku/haiku/blob/HEAD/headers/posix/net/if.h#L80 pub const IFF_UP: ::c_int = 0x0001; pub const IFF_BROADCAST: ::c_int = 0x0002; // valid broadcast address pub const IFF_LOOPBACK: ::c_int = 0x0008; -- cgit v1.2.1