Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
63183103
Commit
63183103
authored
Mar 15, 2001
by
Leigh B. Stoller
Browse files
Minor fixes for missing defs in FreeBSD 3.4 header files.
parent
bec4a412
Changes
1
Show whitespace changes
Inline
Side-by-side
os/imagezip/imagezip.c
View file @
63183103
...
@@ -36,6 +36,11 @@ z_stream d_stream; /* Compression stream */
...
@@ -36,6 +36,11 @@ z_stream d_stream; /* Compression stream */
/* Why is this not defined in a public header file? */
/* Why is this not defined in a public header file? */
#define ACTIVE 0x80
#define ACTIVE 0x80
#define BOOT_MAGIC 0xAA55
#define BOOT_MAGIC 0xAA55
#ifndef DOSPTYP_LINSWP
#define DOSPTYP_LINSWP 0x82
/* Linux swap partition */
#define DOSPTYP_LINUX 0x83
/* Linux partition */
#define DOSPTYP_EXT 5
/* DOS extended partition */
#endif
int
infd
,
outfd
;
int
infd
,
outfd
;
int
secsize
=
512
;
/* XXX bytes. */
int
secsize
=
512
;
/* XXX bytes. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment