diff --git a/bin/tail/extern.h b/bin/tail/extern.h index f9a8bdf..3fd1154 100644 --- a/bin/tail/extern.h +++ b/bin/tail/extern.h @@ -31,6 +31,8 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 + * + * $Id: extern.h,v 1.2 1997/09/26 06:23:30 gdr Exp $ */ #define WR(p, size) \ diff --git a/bin/tail/forward.c b/bin/tail/forward.c index 9f3b38e..ad38cdd 100644 --- a/bin/tail/forward.c +++ b/bin/tail/forward.c @@ -42,6 +42,8 @@ * Changes not related to compiler are replaced using #ifndef __GNO__ * * Added prototyped headers, surrounded by #ifndef __STDC__ + * + * $Id: forward.c,v 1.2 1997/09/26 06:23:29 gdr Exp $ */ #ifndef __GNO__ /* Don't need what strings for GNO */ diff --git a/bin/tail/misc.c b/bin/tail/misc.c index d567a65..4a88b6c 100644 --- a/bin/tail/misc.c +++ b/bin/tail/misc.c @@ -40,6 +40,8 @@ * Constructs unacceptable to compiler are replaced using #ifndef __ORCAC__ * * Added prototyped headers, surrounded by #ifndef __STDC__ + * + * $Id: misc.c,v 1.2 1997/09/26 06:23:29 gdr Exp $ */ diff --git a/bin/tail/read.c b/bin/tail/read.c index a421609..004f0fc 100644 --- a/bin/tail/read.c +++ b/bin/tail/read.c @@ -32,6 +32,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: read.c,v 1.2 1997/09/26 06:23:30 gdr Exp $ */ #ifndef __GNO__ /* Don't need what strings for GNO */ diff --git a/bin/tail/reverse.c b/bin/tail/reverse.c index 82d14bc..19300dd 100644 --- a/bin/tail/reverse.c +++ b/bin/tail/reverse.c @@ -42,6 +42,8 @@ * Changes not related to compiler are replaced using #ifndef __GNO__ * * Added prototyped headers, surrounded by #ifndef __STDC__ + * + * $Id: reverse.c,v 1.2 1997/09/26 06:23:30 gdr Exp $ */ /* =====> NOTE <===== diff --git a/bin/tail/tail.rez b/bin/tail/tail.rez index 29c712c..2394384 100644 --- a/bin/tail/tail.rez +++ b/bin/tail/tail.rez @@ -1,5 +1,7 @@ /* * Resources for version and comment + * + * $Id: tail.rez,v 1.2 1997/09/26 06:23:30 gdr Exp $ */ #define PROG "tail" #define DESC "Print the last part of a file."