aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-01-31 00:32:37 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-01-31 00:32:37 +0000
commit688aaa098d5528b4a59dc44d5943fc18926299fe (patch)
treec52c0b3a46d9f152a9ca83cf598020ed44cd62fd /usr.sbin/makefs/cd9660.h
parent62f8a13a756be9727a38be25c07d9a3c96f7e96d (diff)
downloadsrc-688aaa098d5528b4a59dc44d5943fc18926299fe.tar.gz
src-688aaa098d5528b4a59dc44d5943fc18926299fe.zip
Allow contents of multiple directories to be merged to the current image.
Note this patch was submitted to NetBSD and they already adopted it. http://mail-index.netbsd.org/source-changes/2012/01/28/msg031078.html MFC after: 1 week
Notes
Notes: svn path=/head/; revision=230795
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 108dd48cca12..41125b7f9083 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 */