projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf2c842
)
- cleanup (oops)
author
Michael Schroeder
<mls@suse.de>
Fri, 30 May 2008 17:45:51 +0000
(17:45 +0000)
committer
Michael Schroeder
<mls@suse.de>
Fri, 30 May 2008 17:45:51 +0000
(17:45 +0000)
src/dirpool.c
patch
|
blob
|
history
src/dirpool.h
patch
|
blob
|
history
diff --git
a/src/dirpool.c
b/src/dirpool.c
index
1eb4a62
..
91ad07b
100644
(file)
--- a/
src/dirpool.c
+++ b/
src/dirpool.c
@@
-10,15
+10,10
@@
#include "pool.h"
#include "util.h"
+#include "dirpool.h"
#define DIR_BLOCK 127
-typedef struct _Dirpool {
- Id *dirs;
- int ndirs;
- Id *dirtraverse;
-} Dirpool;
-
void
dirpool_create(Dirpool *dp)
{
diff --git
a/src/dirpool.h
b/src/dirpool.h
index
9cec770
..
df16ade
100644
(file)
--- a/
src/dirpool.h
+++ b/
src/dirpool.h
@@
-11,8
+11,6
@@
#include "pooltypes.h"
#include "util.h"
-#define DIR_BLOCK 127
-
typedef struct _Dirpool {
Id *dirs;
int ndirs;