Print this page
6155 segspt_ops can be static

@@ -83,11 +83,11 @@
         /*NOTREACHED*/
 }
 
 #define SEGSPT_BADOP(t) (t(*)())segspt_badop
 
-const struct seg_ops segspt_ops = {
+static const struct seg_ops segspt_ops = {
         .dup            = SEGSPT_BADOP(int),
         .unmap          = segspt_unmap,
         .free           = segspt_free,
         .fault          = SEGSPT_BADOP(int),
         .faulta         = SEGSPT_BADOP(faultcode_t),