summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/balloc.c1
-rw-r--r--cpukit/httpd/default.c1
-rw-r--r--cpukit/httpd/emfdb.h1
-rw-r--r--cpukit/httpd/h.c1
-rw-r--r--cpukit/httpd/md5.h1
-rw-r--r--cpukit/httpd/misc.c1
-rw-r--r--cpukit/httpd/rtems_webserver.h1
-rw-r--r--cpukit/httpd/security.c1
-rw-r--r--cpukit/httpd/sockGen.c1
-rw-r--r--cpukit/httpd/sym.c1
-rw-r--r--cpukit/httpd/um.h1
-rw-r--r--cpukit/httpd/webpage.c1
12 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/httpd/balloc.c b/cpukit/httpd/balloc.c
index aa916444b6..f43bc90acb 100644
--- a/cpukit/httpd/balloc.c
+++ b/cpukit/httpd/balloc.c
@@ -965,4 +965,3 @@ char *bstrdupANoBalloc(char *s)
#endif /* NO_BALLOC */
/******************************************************************************/
-
diff --git a/cpukit/httpd/default.c b/cpukit/httpd/default.c
index 9d3510f253..2dfb2f70b2 100644
--- a/cpukit/httpd/default.c
+++ b/cpukit/httpd/default.c
@@ -429,4 +429,3 @@ void websSetDefaultDir(char_t *dir)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/emfdb.h b/cpukit/httpd/emfdb.h
index 00319f64ee..882c1c80d2 100644
--- a/cpukit/httpd/emfdb.h
+++ b/cpukit/httpd/emfdb.h
@@ -99,4 +99,3 @@ extern void basicSetProductDir(char_t *proddir);
#endif /* _h_EMFDB */
/******************************************************************************/
-
diff --git a/cpukit/httpd/h.c b/cpukit/httpd/h.c
index abafbb17a2..35b0bbbae6 100644
--- a/cpukit/httpd/h.c
+++ b/cpukit/httpd/h.c
@@ -192,4 +192,3 @@ int hAllocEntry(void ***list, int *max, int size)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/md5.h b/cpukit/httpd/md5.h
index 8531a07fd4..99df4eb735 100644
--- a/cpukit/httpd/md5.h
+++ b/cpukit/httpd/md5.h
@@ -48,4 +48,3 @@ extern void MD5Update (MD5_CONTEXT *, unsigned char *, unsigned int);
extern void MD5Final (unsigned char [16], MD5_CONTEXT *);
#endif /* _h_MD5 */
-
diff --git a/cpukit/httpd/misc.c b/cpukit/httpd/misc.c
index 872693593b..e08b7c76b4 100644
--- a/cpukit/httpd/misc.c
+++ b/cpukit/httpd/misc.c
@@ -673,4 +673,3 @@ unsigned int gstrtoi(char_t *s)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/rtems_webserver.h b/cpukit/httpd/rtems_webserver.h
index f1e4046ef5..f62790b601 100644
--- a/cpukit/httpd/rtems_webserver.h
+++ b/cpukit/httpd/rtems_webserver.h
@@ -4,4 +4,3 @@
*/
int rtems_initialize_webserver();
-
diff --git a/cpukit/httpd/security.c b/cpukit/httpd/security.c
index e80e2aeae4..9064b5d56f 100644
--- a/cpukit/httpd/security.c
+++ b/cpukit/httpd/security.c
@@ -233,4 +233,3 @@ char_t *websGetPassword()
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/sockGen.c b/cpukit/httpd/sockGen.c
index 99a53c8919..822aea6407 100644
--- a/cpukit/httpd/sockGen.c
+++ b/cpukit/httpd/sockGen.c
@@ -1041,4 +1041,3 @@ int socketSockBuffered(int sock)
#endif /* (!WIN) | LITTLEFOOT | WEBS */
/******************************************************************************/
-
diff --git a/cpukit/httpd/sym.c b/cpukit/httpd/sym.c
index e26b6278bd..3df45e86d7 100644
--- a/cpukit/httpd/sym.c
+++ b/cpukit/httpd/sym.c
@@ -472,4 +472,3 @@ static int calcPrime(int size)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/um.h b/cpukit/httpd/um.h
index bdef4906fe..b520893275 100644
--- a/cpukit/httpd/um.h
+++ b/cpukit/httpd/um.h
@@ -181,4 +181,3 @@ extern bool_t umUserCanAccessURL(char_t *user, char_t *url);
#endif /* _h_UM */
/******************************************************************************/
-
diff --git a/cpukit/httpd/webpage.c b/cpukit/httpd/webpage.c
index b161740738..a42a8b45c9 100644
--- a/cpukit/httpd/webpage.c
+++ b/cpukit/httpd/webpage.c
@@ -139,4 +139,3 @@ void websPageSeek(webs_t wp, long offset)
}
/******************************************************************************/
-