File: 011_unicode.patch

package info (click to toggle)
brickos 0.9.0.dfsg-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,076 kB
  • sloc: ansic: 9,139; cpp: 860; asm: 693; makefile: 654; sh: 134; perl: 61
file content (21 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Nicolas Schodet <nico@ni.fr.eu.org>
Date: Fri, 21 Mar 2025 23:35:15 +0100
Subject: Convert file to UTF-8

---
 include/sys/timeout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sys/timeout.h b/include/sys/timeout.h
index 933fb13..8fd47cc 100644
--- a/include/sys/timeout.h
+++ b/include/sys/timeout.h
@@ -21,7 +21,7 @@
  *  Markus L. Noga. All Rights Reserved.
  *
  *  Contributor(s): Markus L. Noga <markus@noga.de>
- *		    Rossz Vmos-Wentworth <rossw@jps.net>
+ *		    Rossz VĂ¡mos-Wentworth <rossw@jps.net>
  */
 
 #ifndef __sys_timeout_h__