Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/01/1997 07:50:05
mikel
Tue Jul  1 00:42:32 PDT 1997
Update of /cvsroot/src/usr.sbin/rmt
In directory netbsd1:/var/slash-tmp/cvs-serv6379

Modified Files:
	rmt.c 
Log Message:
use strtoq() instead of atoi() to generate offset argument for lseek()
  (Todd Miller)
include <fcntl.h>, <stdlib.h>, and <unistd.h> for prototypes
include <sys/ioctl.h> instead of <sys/sgtty.h>
add explicit return types and prototypes for internal functions
use STD{IN,OUT}_FILENO instead of manifest constants
fix off-by-one buffer overflow error in getstring()
KNFify and RCSid police