Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 900b8f9

Browse files
authored
Merge pull request #2110 from WalterBright/freebsd-url
add FreeBSD github URLs
2 parents 083527b + 5d492cb commit 900b8f9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/core/sys/posix/dirent.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ else version( Darwin )
135135
}
136136
else version( FreeBSD )
137137
{
138+
// https://github.com/freebsd/freebsd/blob/master/sys/sys/dirent.h
138139
enum
139140
{
140141
DT_UNKNOWN = 0,

src/core/sys/posix/sys/stat.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,8 @@ else version( Darwin )
804804
}
805805
else version( FreeBSD )
806806
{
807+
// https://github.com/freebsd/freebsd/blob/master/sys/sys/stat.h
808+
807809
struct stat_t
808810
{
809811
dev_t st_dev;

src/core/sys/posix/sys/types.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ else version( Darwin )
145145
}
146146
else version( FreeBSD )
147147
{
148+
// https://github.com/freebsd/freebsd/blob/master/sys/sys/_types.h
148149
alias long blkcnt_t;
149150
alias uint blksize_t;
150151
alias uint dev_t;

0 commit comments

Comments
 (0)