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
Kirill Smelkov
linux
Commits
f1e2415a
Commit
f1e2415a
authored
Jun 04, 2003
by
Steven Cole
Committed by
Ben Collins
Jun 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Fix non-ansi parameter lists.
parent
a89c61eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
arch/sparc/prom/console.c
arch/sparc/prom/console.c
+2
-2
arch/sparc64/prom/console.c
arch/sparc64/prom/console.c
+2
-2
No files found.
arch/sparc/prom/console.c
View file @
f1e2415a
...
@@ -105,7 +105,7 @@ prom_putchar(char c)
...
@@ -105,7 +105,7 @@ prom_putchar(char c)
/* Query for input device type */
/* Query for input device type */
enum
prom_input_device
enum
prom_input_device
prom_query_input_device
()
prom_query_input_device
(
void
)
{
{
unsigned
long
flags
;
unsigned
long
flags
;
int
st_p
;
int
st_p
;
...
@@ -155,7 +155,7 @@ prom_query_input_device()
...
@@ -155,7 +155,7 @@ prom_query_input_device()
/* Query for output device type */
/* Query for output device type */
enum
prom_output_device
enum
prom_output_device
prom_query_output_device
()
prom_query_output_device
(
void
)
{
{
unsigned
long
flags
;
unsigned
long
flags
;
int
st_p
;
int
st_p
;
...
...
arch/sparc64/prom/console.c
View file @
f1e2415a
...
@@ -76,7 +76,7 @@ prom_puts(char *s, int len)
...
@@ -76,7 +76,7 @@ prom_puts(char *s, int len)
/* Query for input device type */
/* Query for input device type */
enum
prom_input_device
enum
prom_input_device
prom_query_input_device
()
prom_query_input_device
(
void
)
{
{
int
st_p
;
int
st_p
;
char
propb
[
64
];
char
propb
[
64
];
...
@@ -111,7 +111,7 @@ prom_query_input_device()
...
@@ -111,7 +111,7 @@ prom_query_input_device()
/* Query for output device type */
/* Query for output device type */
enum
prom_output_device
enum
prom_output_device
prom_query_output_device
()
prom_query_output_device
(
void
)
{
{
int
st_p
;
int
st_p
;
char
propb
[
64
];
char
propb
[
64
];
...
...
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