Date: Sun, 24 Mar 2002 01:52:51 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 8317 for review Message-ID: <200203240952.g2O9qpf76199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8317 Change 8317 by phk@phk_flat on 2002/03/24 01:51:57 Style stuff from -current Affected files ... ... //depot/projects/sparc64/sys/isofs/cd9660/cd9660_rrip.c#3 integrate ... //depot/projects/sparc64/sys/isofs/cd9660/cd9660_vfsops.c#7 integrate ... //depot/projects/sparc64/sys/isofs/cd9660/iso.h#4 integrate Differences ... ==== //depot/projects/sparc64/sys/isofs/cd9660/cd9660_rrip.c#3 (text+ko) ==== @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_rrip.c 8.6 (Berkeley) 12/5/94 - * $FreeBSD: src/sys/isofs/cd9660/cd9660_rrip.c,v 1.21 2002/03/20 07:51:46 alfred Exp $ + * $FreeBSD: src/sys/isofs/cd9660/cd9660_rrip.c,v 1.22 2002/03/24 04:35:23 bde Exp $ */ #include <sys/param.h> @@ -65,17 +65,16 @@ static int cd9660_rrip_attr(ISO_RRIP_ATTR *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_cont(ISO_RRIP_CONT *p, ISO_RRIP_ANALYZE *ana); static void cd9660_rrip_defattr(struct iso_directory_record *isodir, - ISO_RRIP_ANALYZE *ana); + ISO_RRIP_ANALYZE *ana); static void cd9660_rrip_defname(struct iso_directory_record *isodir, - ISO_RRIP_ANALYZE *ana); + ISO_RRIP_ANALYZE *ana); static void cd9660_rrip_deftstamp(struct iso_directory_record *isodir, - ISO_RRIP_ANALYZE *ana); + ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_device(ISO_RRIP_DEVICE *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_extref(ISO_RRIP_EXTREF *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_idflag(ISO_RRIP_IDFLAG *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_loop(struct iso_directory_record *isodir, - ISO_RRIP_ANALYZE *ana, - RRIP_TABLE *table); + ISO_RRIP_ANALYZE *ana, RRIP_TABLE *table); static int cd9660_rrip_pclink(ISO_RRIP_CLINK *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_reldir(ISO_RRIP_RELDIR *p, ISO_RRIP_ANALYZE *ana); static int cd9660_rrip_slink(ISO_RRIP_SLINK *p, ISO_RRIP_ANALYZE *ana); ==== //depot/projects/sparc64/sys/isofs/cd9660/cd9660_vfsops.c#7 (text+ko) ==== @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95 - * $FreeBSD: src/sys/isofs/cd9660/cd9660_vfsops.c,v 1.96 2002/03/20 07:51:46 alfred Exp $ + * $FreeBSD: src/sys/isofs/cd9660/cd9660_vfsops.c,v 1.97 2002/03/24 04:35:23 bde Exp $ */ #include <sys/param.h> @@ -99,7 +99,7 @@ static int iso_get_ssector(dev_t dev, struct thread *td); static int iso_mountfs(struct vnode *devvp, struct mount *mp, - struct thread *td, struct iso_args *argp); + struct thread *td, struct iso_args *argp); /* * Try to find the start of the last data track on this CD-ROM. This ==== //depot/projects/sparc64/sys/isofs/cd9660/iso.h#4 (text+ko) ==== @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.6 (Berkeley) 5/10/95 - * $FreeBSD: src/sys/isofs/cd9660/iso.h,v 1.23 2002/03/20 07:51:46 alfred Exp $ + * $FreeBSD: src/sys/isofs/cd9660/iso.h,v 1.24 2002/03/24 04:35:23 bde Exp $ */ #define ISODCL(from, to) (to - from + 1) @@ -255,11 +255,11 @@ #define blksize(imp, ip, lbn) ((imp)->logical_block_size) int cd9660_vget_internal(struct mount *, ino_t, int, struct vnode **, int, - struct iso_directory_record *); + struct iso_directory_record *); int cd9660_init(struct vfsconf *); int cd9660_uninit(struct vfsconf *); #define cd9660_sysctl ((int (*)(int *, u_int, void *, size_t *, void *, \ - size_t, struct proc *))eopnotsupp) + size_t, struct proc *))eopnotsupp) extern vop_t **cd9660_vnodeop_p; extern vop_t **cd9660_specop_p; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203240952.g2O9qpf76199>