Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
fe83bc8e
Commit
fe83bc8e
authored
9 years ago
by
Hisham Muhammad
Browse files
Options
Download
Plain Diff
Merge pull request #332 from mmcco/maintainer
Fix spelling of "maintainer"
parents
526eca9a
71703827
master
fixedgray
linear-graph-scan
lua
next
perfcounters
pkgconfig-on-linux
solaris
3.0.0beta5
3.0.0beta4
3.0.0beta3
3.0.0beta2
3.0.0beta1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
darwin/DarwinCRT.c
+1
-1
darwin/DarwinCRT.c
freebsd/FreeBSDCRT.c
+1
-1
freebsd/FreeBSDCRT.c
linux/LinuxCRT.c
+1
-1
linux/LinuxCRT.c
openbsd/OpenBSDCRT.c
+1
-1
openbsd/OpenBSDCRT.c
unsupported/UnsupportedCRT.c
+1
-1
unsupported/UnsupportedCRT.c
with
5 additions
and
5 deletions
+5
-5
darwin/DarwinCRT.c
View file @
fe83bc8e
...
...
@@ -28,7 +28,7 @@ void CRT_handleSIGSEGV(int sgn) {
#endif
#else
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
#endif
abort
();
}
...
...
This diff is collapsed.
Click to expand it.
freebsd/FreeBSDCRT.c
View file @
fe83bc8e
...
...
@@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
This diff is collapsed.
Click to expand it.
linux/LinuxCRT.c
View file @
fe83bc8e
...
...
@@ -30,7 +30,7 @@ void CRT_handleSIGSEGV(int sgn) {
#endif
#else
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
#endif
abort
();
}
This diff is collapsed.
Click to expand it.
openbsd/OpenBSDCRT.c
View file @
fe83bc8e
...
...
@@ -16,7 +16,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
This diff is collapsed.
Click to expand it.
unsupported/UnsupportedCRT.c
View file @
fe83bc8e
...
...
@@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help