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
missing include, from theo
OPENBSD_3_7
henning
20 years ago
parent
062c33dcbf
commit
3113a84826
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/usr.sbin/ntpd/ntp.c
+ 2
- 1
src/usr.sbin/ntpd/ntp.c
View File
@ -1,4 +1,4 @@
/* $OpenBSD: ntp.c,v 1.2
7 2004/09/09 21:50:33
henning Exp $ */
/* $OpenBSD: ntp.c,v 1.2
8 2004/09/15 00:07:20
henning Exp $ */
/*
/*
*
Copyright
(
c
)
2003
,
2004
Henning
Brauer
<
henning
@
openbsd
.
org
>
*
Copyright
(
c
)
2003
,
2004
Henning
Brauer
<
henning
@
openbsd
.
org
>
@ -21,6 +21,7 @@
#
include
<errno.h>
#
include
<errno.h>
#
include
<poll.h>
#
include
<poll.h>
#
include
<pwd.h>
#
include
<pwd.h>
#
include
<signal.h>
#
include
<stdlib.h>
#
include
<stdlib.h>
#
include
<string.h>
#
include
<string.h>
#
include
<unistd.h>
#
include
<unistd.h>
Write
Preview
Loading…
Cancel
Save