Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/bin/pax/options.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/pax/options.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.112.2.1 retrieving revision 1.112.2.2 diff -u -p -r1.112.2.1 -r1.112.2.2 --- src/bin/pax/options.c 2012/04/17 00:01:37 1.112.2.1 +++ src/bin/pax/options.c 2012/10/30 18:46:07 1.112.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: options.c,v 1.112.2.1 2012/04/17 00:01:37 yamt Exp $ */ +/* $NetBSD: options.c,v 1.112.2.2 2012/10/30 18:46:07 yamt Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #else -__RCSID("$NetBSD: options.c,v 1.112.2.1 2012/04/17 00:01:37 yamt Exp $"); +__RCSID("$NetBSD: options.c,v 1.112.2.2 2012/10/30 18:46:07 yamt Exp $"); #endif #endif /* not lint */ @@ -62,6 +62,7 @@ __RCSID("$NetBSD: options.c,v 1.112.2.1 #include #include #include +#include #include #include "pax.h" #include "options.h"