Make the tstamp functions take u_char *', not
char *'.
This commit is contained in:
parent
ef22ebf733
commit
3d13acbea0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cd9660_node.c,v 1.10 1994/09/22 02:44:35 mycroft Exp $ */
|
||||
/* $NetBSD: cd9660_node.c,v 1.11 1994/09/22 02:47:31 mycroft Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1994
|
||||
@ -377,7 +377,7 @@ cd9660_deftstamp(isodir,inop,bp)
|
||||
|
||||
int
|
||||
cd9660_tstamp_conv7(pi,pu)
|
||||
char *pi;
|
||||
u_char *pi;
|
||||
struct timespec *pu;
|
||||
{
|
||||
int i;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cd9660_node.h,v 1.7 1994/09/22 02:44:37 mycroft Exp $ */
|
||||
/* $NetBSD: cd9660_node.h,v 1.8 1994/09/22 02:47:33 mycroft Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994
|
||||
@ -139,8 +139,8 @@ void cd9660_deftstamp __P((struct iso_directory_record *,
|
||||
struct vnode *cd9660_ihashget __P((dev_t, ino_t));
|
||||
void cd9660_ihashins __P((struct iso_node *));
|
||||
void cd9660_ihashrem __P((struct iso_node *));
|
||||
int cd9660_tstamp_conv7 __P((char *, struct timespec *));
|
||||
int cd9660_tstamp_conv17 __P((char *, struct timespec *));
|
||||
int cd9660_tstamp_conv7 __P((u_char *, struct timespec *));
|
||||
int cd9660_tstamp_conv17 __P((u_char *, struct timespec *));
|
||||
ino_t isodirino __P((struct iso_directory_record *, struct iso_mnt *));
|
||||
#ifdef ISODEVMAP
|
||||
struct iso_dnode *iso_dmap __P((dev_t, ino_t, int));
|
||||
|
Loading…
Reference in New Issue
Block a user