Module Name:    src
Committed By:   christos
Date:           Sun May 15 13:55:21 UTC 2011

Modified Files:
        src/gnu/dist/diffutils/src: diff.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/diffutils/src/diff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/diffutils/src/diff.c
diff -u src/gnu/dist/diffutils/src/diff.c:1.2 src/gnu/dist/diffutils/src/diff.c:1.3
--- src/gnu/dist/diffutils/src/diff.c:1.2	Sat Jan 14 04:18:17 2006
+++ src/gnu/dist/diffutils/src/diff.c	Sun May 15 09:55:21 2011
@@ -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\

Reply via email to