This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
$OpenBSD$
OPENBSD_6_1
tb
8 years ago
parent
992807bce2
commit
3968c88c54
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/lib/libc/stdlib/bsearch.c
+1
-0
src/lib/libc/stdlib/heapsort.c
+1
-0
src/lib/libc/stdlib/rand.c
+ 1
- 0
src/lib/libc/stdlib/bsearch.c
View File
@ -1,3 +1,4 @@
/* $OpenBSD: bsearch.c,v 1.8 2016/10/22 19:19:34 tb Exp $ */
/*
*
Copyright
(
c
)
1990
Regents
of
the
University
of
California
.
*
All
rights
reserved
.
+ 1
- 0
src/lib/libc/stdlib/heapsort.c
View File
@ -1,3 +1,4 @@
/* $OpenBSD: heapsort.c,v 1.10 2016/10/22 19:19:34 tb Exp $ */
/*-
*
Copyright
(
c
)
1991
,
1993
*
The
Regents
of
the
University
of
California
.
All
rights
reserved
.
+ 1
- 0
src/lib/libc/stdlib/rand.c
View File
@ -1,3 +1,4 @@
/* $OpenBSD: rand.c,v 1.17 2016/10/22 19:19:34 tb Exp $ */
/*-
*
Copyright
(
c
)
1990
The
Regents
of
the
University
of
California
.
*
All
rights
reserved
.
Write
Preview
Loading…
Cancel
Save