Print this page
de-linting of .s files

@@ -30,22 +30,10 @@
  * This file contains no entry points which can be called directly from
  * C and hence is of no interest to lint. However, we want to avoid the
  * dreaded "Empty translation unit"  warning.
  */
 
-#if defined(lint)
-#include <sys/types.h>
-
-/*ARGSUSED*/
-u_int
-fd_intr(caddr_t arg)
-{
-        return (0);
-}
-
-#else   /* lint */
-
 #include <sys/asm_linkage.h>
 #include <sys/fdreg.h>
 #include <sys/fdvar.h>
 #include "fd_assym.h"
 

@@ -354,6 +342,5 @@
         mov     3, %o0
         call    cmn_err
         nop
 
 
-#endif  /* lint */