diff options
author | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
---|---|---|
committer | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
commit | 8793b36b40d14ad0a0fecc97738dc118a928f46c (patch) | |
tree | 2462e794aa4e591ef023a67fc2e4fb157003ba8e /usr/src/uts/common/syscall/sendfile.c | |
parent | a9520aaebd92fe63e5034e135e59fe8737234d80 (diff) | |
download | illumos-gate-8793b36b40d14ad0a0fecc97738dc118a928f46c.tar.gz |
6733185 Further cleanup of SUN Studio 12 lint warnings in ON source.
6365532 socketvar.h strangles lint for everyone
5002763 Sockfs debug macros should be linted
6746261 _mkarglst accidentally exported from libc.
Diffstat (limited to 'usr/src/uts/common/syscall/sendfile.c')
-rw-r--r-- | usr/src/uts/common/syscall/sendfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/common/syscall/sendfile.c b/usr/src/uts/common/syscall/sendfile.c index 18f7ccb9ed..2ff310cde4 100644 --- a/usr/src/uts/common/syscall/sendfile.c +++ b/usr/src/uts/common/syscall/sendfile.c @@ -53,10 +53,6 @@ #include <sys/socket.h> #include <sys/socketvar.h> -/* swilly code in sys/socketvar.h turns off DEBUG */ -#ifdef __lint -#define DEBUG -#endif #include <netinet/in.h> #include <sys/sendfile.h> |