Deleted Added
full compact
26c26
< * $FreeBSD: head/usr.sbin/smbmsg/smbmsg.c 129353 2004-05-17 19:19:08Z joerg $
---
> * $FreeBSD: head/usr.sbin/smbmsg/smbmsg.c 129779 2004-05-27 13:31:16Z joerg $
252c252
< if (iflag < 0 || iflag >= SMB_MAXBLOCKSIZE)
---
> if (iflag < 0 || iflag > SMB_MAXBLOCKSIZE)
261c261
< if (oflag < 0 || oflag >= SMB_MAXBLOCKSIZE)
---
> if (oflag < 0 || oflag > SMB_MAXBLOCKSIZE)