Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/cmp Explicitly include <stdint.h> for uintmax_t; fro...
details: https://anonhg.NetBSD.org/src/rev/bd7baa8caf66
branches: trunk
changeset: 791484:bd7baa8caf66
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Nov 20 17:19:14 2013 +0000
description:
Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.
diffstat:
usr.bin/cmp/regular.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f117f51a3e45 -r bd7baa8caf66 usr.bin/cmp/regular.c
--- a/usr.bin/cmp/regular.c Wed Nov 20 13:52:30 2013 +0000
+++ b/usr.bin/cmp/regular.c Wed Nov 20 17:19:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: regular.c,v 1.23 2011/11/28 10:10:10 wiz Exp $ */
+/* $NetBSD: regular.c,v 1.24 2013/11/20 17:19:14 kleink Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: regular.c,v 1.23 2011/11/28 10:10:10 wiz Exp $");
+__RCSID("$NetBSD: regular.c,v 1.24 2013/11/20 17:19:14 kleink Exp $");
#endif
#endif /* not lint */
@@ -45,6 +45,7 @@
#include <err.h>
#include <limits.h>
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include "extern.h"
Home |
Main Index |
Thread Index |
Old Index