write_vtoc
extern int write_vtoc __P((int fd, struct vtoc *vtoc));
return (write_vtoc(fd, &oldvtoc));
extern int write_vtoc(int, struct vtoc *);