diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-16 14:31:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-16 14:31:44 +0000 |
| commit | a169d922a0eb2ebfee55f5da47239c31fe0e66e6 (patch) | |
| tree | 79840c9126e5b99a34aeec0d413fba5441cdbeaa | |
| parent | 1363910d86deba352603b2dbf8ff92cdb55010da (diff) | |
Notes
| -rw-r--r-- | sys/sys/diskslice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h index 1d5ba11a6fb9..d0c295be86d1 100644 --- a/sys/sys/diskslice.h +++ b/sys/sys/diskslice.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: diskslice.h,v 1.20 1997/02/22 09:45:06 peter Exp $ */ #ifndef _SYS_DISKSLICE_H_ @@ -72,9 +72,9 @@ struct diskslice { #else /* switch table for slice handlers (sample only) */ -struct slice_switch ( +struct slice_switch { int (*slice_load)(); - int (*slice_check(); + int (*slice_check)(); int (*slice_gone)(); /* * etc. |
