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
perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
shell
/
sudosh2
/
patches
/
02-parse.patch
blob
b4e4b7e754c823f57a4da1d8ecafa8b767560e5f
1
--- sudosh2-1.0.5/src/parse.c.orig 2016-10-21 16:22:21.731377854 +0200
2
+++ sudosh2-1.0.5/src/parse.c 2016-10-21 16:22:38.195040973 +0200
3
@@ -1,6 +1,8 @@
4
#include "super.h"
5
#include "struct.h"
6
7
+#include <strings.h>
8
+
9
extern void parse(option *, const char *);
10
extern void mklogdir(char * logdir);
11