summaryrefslogtreecommitdiffstats
path: root/bin/date/netdate.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committercharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitc4d26d7f835032c231da4c6219c73b2679691222 (patch)
treea83653b0a70dcb5e787512cfa4954591689bf876 /bin/date/netdate.c
parent32338c8e0512ee1c5643fd65a793a21fabadfcfa (diff)
downloadFreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.zip
FreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.tar.gz
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
Diffstat (limited to 'bin/date/netdate.c')
-rw-r--r--bin/date/netdate.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/date/netdate.c b/bin/date/netdate.c
index e52d90e..2f7bdc9 100644
--- a/bin/date/netdate.c
+++ b/bin/date/netdate.c
@@ -29,12 +29,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: netdate.c,v 1.7 1997/03/10 19:49:03 guido Exp $
*/
#ifndef lint
+#if 0
static char const sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -48,7 +50,6 @@ static char const sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
#include <err.h>
#include <errno.h>
-#include <stdio.h>
#include <string.h>
#include <unistd.h>
OpenPOWER on IntegriCloud