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
Unbreak, add errno header
OK tedu@
OPENBSD_5_8
jeremy
9 years ago
parent
c723f066b5
commit
a0ab23b345
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/lib/libc/crypt/crypt.c
+ 2
- 1
src/lib/libc/crypt/crypt.c
View File
@ -1,5 +1,6 @@
/* $OpenBSD: crypt.c,v 1.
29 2015/07/18 00:58:19 tedu
Exp $ */
/* $OpenBSD: crypt.c,v 1.
30 2015/07/18 01:18:50 jeremy
Exp $ */
#
include
<errno.h>
#
include
<pwd.h>
#
include
<pwd.h>
char
*
char
*
Write
Preview
Loading…
Cancel
Save