Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/hexdump include <inttypes.h> to get uint64_t defined



details:   https://anonhg.NetBSD.org/src/rev/f28dbe16888a
branches:  trunk
changeset: 551806:f28dbe16888a
user:      cl <cl%NetBSD.org@localhost>
date:      Fri Sep 12 12:59:34 2003 +0000

description:
include <inttypes.h> to get uint64_t defined

diffstat:

 usr.bin/hexdump/display.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 85ba71f48aff -r f28dbe16888a usr.bin/hexdump/display.c
--- a/usr.bin/hexdump/display.c Fri Sep 12 12:47:00 2003 +0000
+++ b/usr.bin/hexdump/display.c Fri Sep 12 12:59:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: display.c,v 1.15 2003/09/09 09:45:47 wiz Exp $ */
+/*     $NetBSD: display.c,v 1.16 2003/09/12 12:59:34 cl Exp $  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)display.c  8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: display.c,v 1.15 2003/09/09 09:45:47 wiz Exp $");
+__RCSID("$NetBSD: display.c,v 1.16 2003/09/12 12:59:34 cl Exp $");
 #endif
 #endif /* not lint */
 
@@ -44,6 +44,7 @@
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>
+#include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index