Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/diffutils/src include posixver.h to find the protot...



details:   https://anonhg.NetBSD.org/src/rev/e3ac8f343dbe
branches:  trunk
changeset: 764989:e3ac8f343dbe
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 13:55:21 2011 +0000

description:
include posixver.h to find the prototype for posix2_version()

diffstat:

 gnu/dist/diffutils/src/diff.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2be73e5f43f1 -r e3ac8f343dbe gnu/dist/diffutils/src/diff.c
--- a/gnu/dist/diffutils/src/diff.c     Sun May 15 13:36:13 2011 +0000
+++ b/gnu/dist/diffutils/src/diff.c     Sun May 15 13:55:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: diff.c,v 1.2 2006/01/14 09:18:17 apb Exp $     */
+/*     $NetBSD: diff.c,v 1.3 2011/05/15 13:55:21 christos Exp $        */
 
 /* diff - compare files line by line
 
@@ -38,6 +38,7 @@
 #include <regex.h>
 #include <setmode.h>
 #include <xalloc.h>
+#include <posixver.h>
 
 static char const authorship_msgid[] =
   N_("Written by Paul Eggert, Mike Haertel, David Hayes,\n\



Home | Main Index | Thread Index | Old Index