repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pango: update to 1.56.1
[oi-userland.git]
/
components
/
mail
/
mpack
/
patches
/
patch-uudecode_c.patch
blob
a008d1a9df5bf775c510360d49e1e1501c4fca15
1
$NetBSD: patch-uudecode_c,v 1.1 2011/08/01 04:08:51 dholland Exp $
2
3
Fix broken build with clang.
4
5
--- uudecode.c~ 2003-07-21 20:46:37.000000000 +0000
6
+++ uudecode.c
7
@@ -845,7 +845,7 @@ int uudecodeline(char *line, FILE *outfi
8
}
9
line += 4;
10
}
11
- return;
12
+ return 0;
13
}
14
15