CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/02/11 11:16:38

Modified files:
        sbin/swapctl   : swapctl.c 

Log message:
Initialize rejecttype to appease static analyzers

-t has already been checked in main() and can only be "blk" or "noblk",
but static analyzers like scan-build fail to spot this.  From miod@

Reply via email to