NetBSD/usr.sbin/rmt
mjacob dcdf7ba2cd Fix rmt for use with Solaris 2.7 and others. The deal here is that for
version 0 RMT protocol, the query of status makes no sense (send back, in
binary, the mtget structure), but systems sometimes use it anyway. And when
they use it, they get upset if they get back something that is a different
size from what they expect. The original mtget structure in BSD 4.3 is
24 bytes in size, and that seems to be what they can cope with.

The correct fix would be to go to Version 1 RMT, but that's a horse of
another color...
2000-02-08 18:00:05 +00:00
..
Makefile
rmt.8 Remove spurious .ne's. 1999-03-24 06:27:49 +00:00
rmt.c Fix rmt for use with Solaris 2.7 and others. The deal here is that for 2000-02-08 18:00:05 +00:00