NetBSD/sys/netsmb
kristerw 3a7b34238b The implementation of the try/catch functionality uses two gcc extensions
that our lint does not understand.

One of these extensions (local labels) is needed only when using multiple
try/catch blocks within a function, and the comment before these macros
say that they should be used only once per function so that the implementaton
may be portable.

The other extension (taking the address of a label) is not needed at all.

Remove the use of the extensions.
2003-03-15 02:54:24 +00:00
..
files.netsmb always include support for password encryption 2003-02-19 08:33:08 +00:00
iconv.c Change a few int -> size_t to make it compile on archs where they are not 2003-02-19 12:01:37 +00:00
iconv.h pull iconv.h from FreeBSD, update the stub iconv routines to match 2003-02-16 19:50:48 +00:00
Makefile
mchain.h Change a few int -> size_t to make it compile on archs where they are not 2003-02-19 12:01:37 +00:00
netbios.h
smb_conn.c #if 0 or g/c unused stuff 2003-03-03 21:16:02 +00:00
smb_conn.h #if 0 or g/c unused stuff 2003-03-03 21:16:02 +00:00
smb_crypt.c add __KERNEL_RCSID 2003-02-25 09:12:11 +00:00
smb_dev.c add __KERNEL_RCSID 2003-02-25 09:12:11 +00:00
smb_dev.h
smb_iod.c ISO C requires a statement after a label. 2003-03-15 02:11:43 +00:00
smb_rq.c prefix tsleep() wmesg with 'smb', rather than '90' 2003-02-26 19:30:51 +00:00
smb_rq.h make sure sr_bcount, sr_rqtid and sr_rquid are wrote in alignment-safe way 2003-02-24 21:13:13 +00:00
smb_smb.c #if 0 or g/c unused stuff 2003-03-03 21:16:02 +00:00
smb_subr.c #if 0 or g/c unused stuff 2003-03-03 21:16:02 +00:00
smb_subr.h The implementation of the try/catch functionality uses two gcc extensions 2003-03-15 02:54:24 +00:00
smb_tran.h
smb_trantcp.c improve tsleep() wmesgs 2003-02-26 19:31:33 +00:00
smb_trantcp.h rewrite nbssn_rselect() to resemple sys_select() more (as was the 2003-02-21 20:12:05 +00:00
smb_usr.c add __KERNEL_RCSID 2003-02-25 09:12:11 +00:00
smb.h add couple more SMB constants and explanation texts 2003-03-02 18:55:48 +00:00
subr_mchain.c M_TRYWAIT -> M_WAIT 2003-02-26 21:50:15 +00:00