Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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
Home |
Main Index |
Thread Index |
Old Index