diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-10-18 13:35:08 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-10-18 13:35:08 +0000 |
| commit | a92fef8afc71e156f6b2c64cbe9c7c4475f7a558 (patch) | |
| tree | c3bedf787323e3413f9d2148a197b34c772fdc78 /lib/libstand | |
| parent | dbe16e65dc469224a7c9c53932a5af2390e53fc0 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/cd9660.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/libstand/cd9660.c b/lib/libstand/cd9660.c index 1c43e7564b60..449480b5531e 100644 --- a/lib/libstand/cd9660.c +++ b/lib/libstand/cd9660.c @@ -118,21 +118,6 @@ struct ptable_ent { #define cdb2devb(bno) ((bno) * ISO_DEFAULT_BLOCK_SIZE / DEV_BSIZE) -/* XXX these should be in the system headers */ -static __inline int -isonum_722(p) - u_char *p; -{ - return (*p << 8)|p[1]; -} - -static __inline int -isonum_732(p) - u_char *p; -{ - return (*p << 24)|(p[1] << 16)|(p[2] << 8)|p[3]; -} - static ISO_SUSP_HEADER * susp_lookup_record(struct open_file *f, const char *identifier, struct iso_directory_record *dp, int lenskip) |
