diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-28 14:31:09 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-28 14:31:09 +0100 |
commit | c9c371ec3ea85f25cfa5d31144689940d1f769a7 (patch) | |
tree | 2aaf464de6ec0b7125af26271ba8b25d6e13fa5d /src/usr.sbin/rdate/rfc868time.c | |
parent | caa03bd0b43a89dcc93397182dc969417f09ba7c (diff) | |
download | outils-c9c371ec3ea85f25cfa5d31144689940d1f769a7.tar.gz outils-c9c371ec3ea85f25cfa5d31144689940d1f769a7.tar.xz outils-c9c371ec3ea85f25cfa5d31144689940d1f769a7.zip |
cvs update
Diffstat (limited to 'src/usr.sbin/rdate/rfc868time.c')
-rw-r--r-- | src/usr.sbin/rdate/rfc868time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.sbin/rdate/rfc868time.c b/src/usr.sbin/rdate/rfc868time.c index 7f1b23b..be97fcd 100644 --- a/src/usr.sbin/rdate/rfc868time.c +++ b/src/usr.sbin/rdate/rfc868time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfc868time.c,v 1.9 2013/11/12 22:27:13 deraadt Exp $ */ +/* $OpenBSD: rfc868time.c,v 1.10 2015/01/16 06:40:20 deraadt Exp $ */ /* $NetBSD: rdate.c,v 1.4 1996/03/16 12:37:45 pk Exp $ */ /* @@ -39,7 +39,6 @@ * midnight January 1st 1900. */ -#include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> #include <netinet/in.h> |