CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2010/07/26 18:07:26
Modified files: sbin/disklabel : disklabel.c Log message: Nuke 'sectoffset'. A stub variable no longer used except to supply the value 0 to one function call. Use 0 there, eliminate the variable and the pointless verbose verbiage that always displayed the same value. ok deraadt@ matthew@