diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-18 10:16:46 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-18 10:16:46 +0200 |
commit | 763d7b1e8eb23335636c45b5088326ba1b308de3 (patch) | |
tree | dd4d1760a4c7cb1a13cbaff0de98b5b4d96bc99c /community | |
parent | c7dc212e305ffd4d9827b5a1592612146769b02c (diff) | |
parent | 5175f5d69ab1be8f7d06676420b5b3517ce11dd3 (diff) | |
download | web-763d7b1e8eb23335636c45b5088326ba1b308de3.tar.gz web-763d7b1e8eb23335636c45b5088326ba1b308de3.tar.bz2 web-763d7b1e8eb23335636c45b5088326ba1b308de3.zip |
Merge remote-tracking branch 'darnassus--hurd-web/master'
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/project_ideas/gnumach_cleanup.mdwn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/gsoc/project_ideas/gnumach_cleanup.mdwn b/community/gsoc/project_ideas/gnumach_cleanup.mdwn index 4aef0d1b..11b4889f 100644 --- a/community/gsoc/project_ideas/gnumach_cleanup.mdwn +++ b/community/gsoc/project_ideas/gnumach_cleanup.mdwn @@ -1,12 +1,13 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] [[!meta title="GNU Mach Code Cleanup"]] @@ -43,4 +44,6 @@ not really necessary. Possible mentors: Samuel Thibault (youpi) Exercise: You should have no trouble finding something to improve when looking -at the gnumach code, or even just at compiler warnings. +at the gnumach code, or even just at compiler warnings, for instance "implicit +declaration of function", "format ‘%lu’ expects argument of type..." are +easy to start with. |