diff options
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/exp.h | 1 | ||||
| -rw-r--r-- | src/portab/imp.h | 1 | ||||
| -rw-r--r-- | src/portab/portab.h | 1 | ||||
| -rw-r--r-- | src/portab/portabtest.c | 1 | ||||
| -rw-r--r-- | src/portab/splint.h | 3 | ||||
| -rw-r--r-- | src/portab/strtok_r.c | 1 | ||||
| -rw-r--r-- | src/portab/vsnprintf.c | 1 |
7 files changed, 0 insertions, 9 deletions
diff --git a/src/portab/exp.h b/src/portab/exp.h index db6fb7ee..d678b99a 100644 --- a/src/portab/exp.h +++ b/src/portab/exp.h @@ -18,5 +18,4 @@ #undef GLOBAL #define GLOBAL - /* -eof- */ diff --git a/src/portab/imp.h b/src/portab/imp.h index 2c26e57d..68b5aeee 100644 --- a/src/portab/imp.h +++ b/src/portab/imp.h @@ -18,5 +18,4 @@ #undef GLOBAL #define GLOBAL extern - /* -eof- */ diff --git a/src/portab/portab.h b/src/portab/portab.h index cb00dfaf..a75aa34d 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifndef __PORTAB__ #define __PORTAB__ diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index 2675409a..09afbfd1 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.c @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #include "portab.h" /** diff --git a/src/portab/splint.h b/src/portab/splint.h index 74dd120f..be33e475 100644 --- a/src/portab/splint.h +++ b/src/portab/splint.h @@ -10,7 +10,6 @@ * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. */ - #ifndef __splint__ #define __splint__ @@ -37,8 +36,6 @@ #define WNOHANG 0 - #endif - /* -eof- */ diff --git a/src/portab/strtok_r.c b/src/portab/strtok_r.c index 043898e9..4d00772f 100644 --- a/src/portab/strtok_r.c +++ b/src/portab/strtok_r.c @@ -34,4 +34,3 @@ strtok_r(char *str, const char *delim, char **saveptr) } #endif - diff --git a/src/portab/vsnprintf.c b/src/portab/vsnprintf.c index 081152e1..c97a53e8 100644 --- a/src/portab/vsnprintf.c +++ b/src/portab/vsnprintf.c @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #include "portab.h" /** |