summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/cd9660.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makefs/cd9660.h')
-rw-r--r--usr.sbin/makefs/cd9660.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/makefs/cd9660.h b/usr.sbin/makefs/cd9660.h
index 108dd48..41125b7 100644
--- a/usr.sbin/makefs/cd9660.h
+++ b/usr.sbin/makefs/cd9660.h
@@ -244,8 +244,6 @@ typedef struct _iso9660_disk {
cd9660node *rootNode;
- const char *rootFilesystemPath;
-
/* Important sector numbers here */
/* primaryDescriptor.type_l_path_table*/
int64_t primaryBigEndianTableSector;
@@ -345,7 +343,7 @@ int cd9660_setup_boot_volume_descriptor(volume_descriptor *);
int cd9660_write_image(const char *image);
int cd9660_copy_file(FILE *, off_t, const char *);
-void cd9660_compute_full_filename(cd9660node *, char *, int);
+void cd9660_compute_full_filename(cd9660node *, char *);
int cd9660_compute_record_size(cd9660node *);
/* Debugging functions */
OpenPOWER on IntegriCloud