summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_rrip.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-03 16:56:45 +0000
committerphk <phk@FreeBSD.org>2004-07-03 16:56:45 +0000
commitd39ece62c73d6a5eea2565086d7b3419cb3e7f23 (patch)
tree20286b046710526cc44e82fcc2157875dd6a1219 /sys/isofs/cd9660/cd9660_rrip.h
parent9162daacbf5d0af11e5327f3f483d8ca9b02564f (diff)
downloadFreeBSD-src-d39ece62c73d6a5eea2565086d7b3419cb3e7f23.zip
FreeBSD-src-d39ece62c73d6a5eea2565086d7b3419cb3e7f23.tar.gz
Remove "register" keyword and trailing white space.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_rrip.h')
-rw-r--r--sys/isofs/cd9660/cd9660_rrip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/isofs/cd9660/cd9660_rrip.h b/sys/isofs/cd9660/cd9660_rrip.h
index de50bb5..f6fa050 100644
--- a/sys/isofs/cd9660/cd9660_rrip.h
+++ b/sys/isofs/cd9660/cd9660_rrip.h
@@ -34,13 +34,13 @@
* @(#)cd9660_rrip.h 8.2 (Berkeley) 12/5/94
* $FreeBSD$
*/
-
+
typedef struct {
char type [ISODCL ( 0, 1)];
u_char length [ISODCL ( 2, 2)]; /* 711 */
u_char version [ISODCL ( 3, 3)];
} ISO_SUSP_HEADER;
-
+
typedef struct {
ISO_SUSP_HEADER h;
char mode [ISODCL ( 4, 11)]; /* 733 */
@@ -48,13 +48,13 @@ typedef struct {
char uid [ISODCL ( 20, 27)]; /* 733 */
char gid [ISODCL ( 28, 35)]; /* 733 */
} ISO_RRIP_ATTR;
-
+
typedef struct {
ISO_SUSP_HEADER h;
char dev_t_high [ISODCL ( 4, 11)]; /* 733 */
char dev_t_low [ISODCL ( 12, 19)]; /* 733 */
} ISO_RRIP_DEVICE;
-
+
#define ISO_SUSP_CFLAG_CONTINUE 0x01
#define ISO_SUSP_CFLAG_CURRENT 0x02
#define ISO_SUSP_CFLAG_PARENT 0x04
OpenPOWER on IntegriCloud