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
add some missing $, ok djm@ 'That looks fine to me' millert@
OPENBSD_3_7
jsg
20 years ago
parent
c25a5d5725
commit
32715ebf87
5 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/lib/libc/crypt/skipjack.c
+2
-0
src/lib/libc/stdlib/lsearch.3
+2
-0
src/lib/libc/stdlib/lsearch.c
+2
-0
src/lib/libc/stdlib/tfind.c
+2
-0
src/lib/libc/stdlib/tsearch.c
+ 2
- 0
src/lib/libc/crypt/skipjack.c
View File
@ -1,3 +1,5 @@
/* $OpenBSD: skipjack.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/*
*
Further
optimized
test
implementation
of
SKIPJACK
algorithm
*
Mark
Tillotson
<
markt
@
chaos
.
org
.
uk
>
,
25
June
98
+ 2
- 0
src/lib/libc/stdlib/lsearch.3
View File
@ -1,3 +1,5 @@
.\" $OpenBSD: lsearch.3,v 1.4 2004/10/01 04:08:45 jsg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
+ 2
- 0
src/lib/libc/stdlib/lsearch.c
View File
@ -1,3 +1,5 @@
/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/*
*
Copyright
(
c
)
1989
,
1993
*
The
Regents
of
the
University
of
California
.
All
rights
reserved
.
+ 2
- 0
src/lib/libc/stdlib/tfind.c
View File
@ -1,3 +1,5 @@
/* $OpenBSD: tfind.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
/*
*
Tree
search
generalized
from
Knuth
(
6.2
.2
)
Algorithm
T
just
like
*
the
AT
&
T
man
page
says
.
+ 2
- 0
src/lib/libc/stdlib/tsearch.c
View File
@ -1,3 +1,5 @@
/* $OpenBSD: tsearch.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
/*
*
Tree
search
generalized
from
Knuth
(
6.2
.2
)
Algorithm
T
just
like
*
the
AT
&
T
man
page
says
.
Write
Preview
Loading…
Cancel
Save