diff options
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> |