Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
47f919a4
Commit
47f919a4
authored
6 years ago
by
Nagy Tibor
Browse files
Options
Downloads
Patches
Plain Diff
prboom: Remove unnecessary patches for relibc
parent
f5d0f842
No related branches found
No related tags found
1 merge request
!178
prboom: Remove unnecessary patches for relibc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/prboom/01_redox.patch
+0
-21
0 additions, 21 deletions
recipes/prboom/01_redox.patch
with
0 additions
and
21 deletions
recipes/prboom/01_redox.patch
+
0
−
21
View file @
47f919a4
...
...
@@ -10,27 +10,6 @@ diff -burpN source-original/configure.ac source/configure.ac
AC_DECL_SYS_SIGLIST
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(unistd.h asm/byteorder.h sched.h)
diff -burpN source-original/src/d_deh.c source/src/d_deh.c
--- source-original/src/d_deh.c 2008-10-11 14:10:38.000000000 +0200
+++ source/src/d_deh.c 2018-04-22 23:41:16.949896859 +0200
@@ -54,17 +54,6 @@
#define TRUE 1
#define FALSE 0
-#ifndef HAVE_STRLWR
-#include <ctype.h>
-
-static char* strlwr(char* str)
-{
- char* p;
- for (p=str; *p; p++) *p = tolower(*p);
- return str;
-}
-#endif
-
// killough 10/98: new functions, to allow processing DEH files in-memory
// (e.g. from wads)
diff -burpN source-original/src/SDL/i_video.c source/src/SDL/i_video.c
--- source-original/src/SDL/i_video.c 2008-10-18 15:32:29.000000000 +0200
+++ source/src/SDL/i_video.c 2018-04-23 00:51:18.944949507 +0200
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment