Mercurial > hg > wm
comparison Meerwald/wm.h @ 8:f83ef905a63d
fixing many warnings
increase capacity for coordinates in bruyn
fix some uninit. variables
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 22 Apr 2008 13:36:05 +0200 |
| parents | acb6967ee76d |
| children |
comparison
equal
deleted
inserted
replaced
| 7:2b350281f8b0 | 8:f83ef905a63d |
|---|---|
| 15 #define MAXPATHLEN 255 | 15 #define MAXPATHLEN 255 |
| 16 void bzero(char *b, size_t length); | 16 void bzero(char *b, size_t length); |
| 17 #elif defined(LINUX) | 17 #elif defined(LINUX) |
| 18 #include <values.h> | 18 #include <values.h> |
| 19 #include <sys/param.h> | 19 #include <sys/param.h> |
| 20 #include <unistd.h> | |
| 21 #include <time.h> | |
| 20 #else | 22 #else |
| 21 #error plattform not supported | 23 #error plattform not supported |
| 22 #endif | 24 #endif |
| 23 | 25 |
| 24 /* | 26 /* |
