1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:17:44 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 1d85a563613d3ea2f6cb03c01a4f4bbda2051e79 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jesse Buhagiar <jooster669@gmail.com>
Date: Fri, 25 Mar 2022 09:45:32 +1100
Subject: [PATCH 5/8] Engine: Move `#ifdef` to more sensible location
Subject: [PATCH] Engine: Move `#ifdef` to more sensible location
No linker errors in this dojo!
---
@ -9,7 +9,7 @@ No linker errors in this dojo!
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c
index ea940f59..aaba8321 100644
index ea940f5..aaba832 100644
--- a/code/qcommon/net_ip.c
+++ b/code/qcommon/net_ip.c
@@ -1000,9 +1000,9 @@ NET_JoinMulticast
@ -47,6 +47,3 @@ index ea940f59..aaba8321 100644
/*
====================
--
2.35.1