diff options
Diffstat (limited to 'usr/src/uts/common/syscall/sendfile.c')
-rw-r--r-- | usr/src/uts/common/syscall/sendfile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/syscall/sendfile.c b/usr/src/uts/common/syscall/sendfile.c index 8978d27fec..a7ad930011 100644 --- a/usr/src/uts/common/syscall/sendfile.c +++ b/usr/src/uts/common/syscall/sendfile.c @@ -54,6 +54,11 @@ #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> #include <sys/un.h> |