- added ident string

This commit is contained in:
gdr 1997-09-26 06:23:30 +00:00
parent cd3d0ca342
commit d81c685a83
6 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.1 (Berkeley) 6/6/93 * @(#)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) \ #define WR(p, size) \

View File

@ -42,6 +42,8 @@
* Changes not related to compiler are replaced using #ifndef __GNO__ * Changes not related to compiler are replaced using #ifndef __GNO__
* *
* Added prototyped headers, surrounded by #ifndef __STDC__ * 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 */ #ifndef __GNO__ /* Don't need what strings for GNO */

View File

@ -40,6 +40,8 @@
* Constructs unacceptable to compiler are replaced using #ifndef __ORCAC__ * Constructs unacceptable to compiler are replaced using #ifndef __ORCAC__
* *
* Added prototyped headers, surrounded by #ifndef __STDC__ * Added prototyped headers, surrounded by #ifndef __STDC__
*
* $Id: misc.c,v 1.2 1997/09/26 06:23:29 gdr Exp $
*/ */

View File

@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * 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 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 */ #ifndef __GNO__ /* Don't need what strings for GNO */

View File

@ -42,6 +42,8 @@
* Changes not related to compiler are replaced using #ifndef __GNO__ * Changes not related to compiler are replaced using #ifndef __GNO__
* *
* Added prototyped headers, surrounded by #ifndef __STDC__ * Added prototyped headers, surrounded by #ifndef __STDC__
*
* $Id: reverse.c,v 1.2 1997/09/26 06:23:30 gdr Exp $
*/ */
/* =====> NOTE <===== /* =====> NOTE <=====

View File

@ -1,5 +1,7 @@
/* /*
* Resources for version and comment * Resources for version and comment
*
* $Id: tail.rez,v 1.2 1997/09/26 06:23:30 gdr Exp $
*/ */
#define PROG "tail" #define PROG "tail"
#define DESC "Print the last part of a file." #define DESC "Print the last part of a file."