[532] in Source-Commits
third/rs rs.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Oct 10 13:16:06 1996
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Thu, 10 Oct 1996 13:15:29 EDT
Update of /afs/dev.mit.edu/source/repository/third/rs
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/third/rs
Modified Files:
rs.c
Log Message:
Avoid using BSD functions warnx(), err(), and errx(). Make sure we
don't pass an unused argument to fprintf() in usage(). Avoid __P()
macro; just assume we can do prototypes.