Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
232e4f2c
Commit
232e4f2c
authored
Jul 14, 2002
by
Thomas 'Dent' Mirlacher
Committed by
Linus Torvalds
Jul 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] redundant declarations (#1_15)
this patch fixes redundant declarations in 2.5.24
parent
112a5129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
arch/i386/boot/compressed/misc.c
arch/i386/boot/compressed/misc.c
+2
-6
No files found.
arch/i386/boot/compressed/misc.c
View file @
232e4f2c
...
@@ -99,15 +99,11 @@ static long bytes_out = 0;
...
@@ -99,15 +99,11 @@ static long bytes_out = 0;
static
uch
*
output_data
;
static
uch
*
output_data
;
static
unsigned
long
output_ptr
=
0
;
static
unsigned
long
output_ptr
=
0
;
static
void
*
malloc
(
int
size
);
static
void
*
malloc
(
int
size
);
static
void
free
(
void
*
where
);
static
void
free
(
void
*
where
);
static
void
error
(
char
*
m
);
static
void
gzip_mark
(
void
**
);
static
void
gzip_release
(
void
**
);
static
void
puts
(
const
char
*
);
static
void
puts
(
const
char
*
);
extern
int
end
;
extern
int
end
;
static
long
free_mem_ptr
=
(
long
)
&
end
;
static
long
free_mem_ptr
=
(
long
)
&
end
;
static
long
free_mem_end_ptr
;
static
long
free_mem_end_ptr
;
...
...
Write
Preview
Markdown
is supported
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