Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/media/cdrom.subr 252987 2013-07-07 18:51:44Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/media/cdrom.subr 253333 2013-07-14 03:08:52Z dteske $
147c147
< # f_media_get_cdrom $device $file [$probe_only]
---
> # f_media_get_cdrom $device $file [$probe_type]
150c150,152
< # $probe_only is present and non-NULL, returns success if $file exists.
---
> # $probe_type is present and non-NULL, returns success if $file exists. If
> # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to
> # standard-out.
154c156
< local dev="$1" file="$2" probe_only="$3"
---
> local dev="$1" file="$2" probe_type="$3"
156,157c158,159
< f_dprintf "f_media_get_cdrom: dev=[%s] file=[%s] probe_only=%s" \
< "$dev" "$file" "$probe_only"
---
> f_dprintf "f_media_get_cdrom: dev=[%s] file=[%s] probe_type=%s" \
> "$dev" "$file" "$probe_type"
159c161
< f_media_generic_get "$MOUNTPOINT" "$file" "$probe_only"
---
> f_media_generic_get "$MOUNTPOINT" "$file" "$probe_type"