summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbnet.c')
0 files changed, 0 insertions, 0 deletions
lland XXX: there's still one sprintf left which will take some hacking to expunge. 2009-06-07ANSIfy function declarations. All object file diffs inspected.dholland 2008-01-28Make hack build with WARNS=4.dholland 2004-01-27Remove uses of __P.jsm 2003-04-02Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850. 2002-05-26__STDC__ is always defined on NetBSD.wiz 2001-03-25Make mostly gcc -W clean, and other cleanup:jsm Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.