View | Details | Raw Unified | Return to bug 21982
Collapse All | Expand All

(-)sys/kern/makedevops.pl (-1 / +1 lines)
Lines 249-255 Link Here
249
            $lineno++
249
            $lineno++
250
         }
250
         }
251
         if ( $hfile ) {
251
         if ( $hfile ) {
252
             print CFILE $header;
252
             print HFILE $header;
253
         }
253
         }
254
      } elsif ( $line =~ m/^(STATIC|)METHOD/i ) {
254
      } elsif ( $line =~ m/^(STATIC|)METHOD/i ) {
255
         # Get the return type function name and delete that from
255
         # Get the return type function name and delete that from

Return to bug 21982